this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26519 from pirbo/ledgerwallet.0.4.1

+ledgerwallet{,-tezos}.0.4.1

authored by

Marcello Seri and committed by
GitHub
e430cc13 5c34d673

+56 -2
+27
packages/ledgerwallet-tezos/ledgerwallet-tezos.0.4.1/opam
··· 1 + opam-version: "2.0" 2 + authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ] 3 + maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 4 + license: "ISC" 5 + homepage: "https://github.com/vbmithr/ocaml-ledger-wallet" 6 + bug-reports: "https://github.com/vbmithr/ocaml-ledger-wallet/issues" 7 + dev-repo: "git+https://github.com/vbmithr/ocaml-ledger-wallet" 8 + doc: "https://vbmithr.github.io/ocaml-ledger-wallet/doc" 9 + build: [ "dune" "build" "-p" name "-j" jobs ] 10 + # run-test: [ "dune" "runtest" "-p" name "-j" jobs ] 11 + depends: [ 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "2.4.0"} 14 + "ledgerwallet" {= version} 15 + "uecc" { with-test } 16 + "hex" { with-test } 17 + "secp256k1" { with-test } 18 + "alcotest-lwt" { with-test } 19 + ] 20 + synopsis: "Ledger wallet library for OCaml: Tezos app" 21 + url { 22 + src: "https://github.com/vbmithr/ocaml-ledger-wallet/archive/0.4.1.tar.gz" 23 + checksum: [ 24 + "sha256=d147a3a94679e4d95cc7f98cdf696eda435dcec36ccf7a9759eeb9bdfb9e6b9d" 25 + "sha512=cc81784f5bea5af3608ab1cc0b38e4ebc9cb35d01077e844e7d7022ca84b7f5c294c00c84e4ddad1b08c7cdaf0aa1b76bebde59045ed88d6fdf7b9868d884bc4" 26 + ] 27 + }
+27
packages/ledgerwallet/ledgerwallet.0.4.1/opam
··· 1 + opam-version: "2.0" 2 + authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ] 3 + maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 4 + license: "ISC" 5 + homepage: "https://github.com/vbmithr/ocaml-ledger-wallet" 6 + bug-reports: "https://github.com/vbmithr/ocaml-ledger-wallet/issues" 7 + dev-repo: "git+https://github.com/vbmithr/ocaml-ledger-wallet" 8 + doc: "https://vbmithr.github.io/ocaml-ledger-wallet/doc" 9 + build: [ "dune" "build" "-p" name "-j" jobs ] 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.4.0"} 13 + "rresult" {>= "0.6.0"} 14 + "cstruct" {>= "6.0.0"} 15 + "hidapi-lwt" {>= "1.2.1"} 16 + "lwt" {>= "5.7.0"} 17 + ] 18 + synopsis: "Ledger wallet library for OCaml" 19 + description: """Library to communicate with Ledger hardware wallets 20 + """ 21 + url { 22 + src: "https://github.com/vbmithr/ocaml-ledger-wallet/archive/0.4.1.tar.gz" 23 + checksum: [ 24 + "sha256=d147a3a94679e4d95cc7f98cdf696eda435dcec36ccf7a9759eeb9bdfb9e6b9d" 25 + "sha512=cc81784f5bea5af3608ab1cc0b38e4ebc9cb35d01077e844e7d7022ca84b7f5c294c00c84e4ddad1b08c7cdaf0aa1b76bebde59045ed88d6fdf7b9868d884bc4" 26 + ] 27 + }
+1 -1
packages/octez-shell-libs/octez-shell-libs.19.0/opam
··· 44 44 ] 45 45 conflicts: [ 46 46 "checkseum" {= "0.5.0"} 47 - "ledgerwallet-tezos" {< "0.3.0"} 47 + "ledgerwallet-tezos" {< "0.3.0" | >= "0.4.0"} 48 48 "stdcompat" {< "19"} 49 49 ] 50 50 build: [
+1 -1
packages/octez-shell-libs/octez-shell-libs.19.1/opam
··· 44 44 ] 45 45 conflicts: [ 46 46 "checkseum" {= "0.5.0"} 47 - "ledgerwallet-tezos" {< "0.3.0"} 47 + "ledgerwallet-tezos" {< "0.3.0" | >= "0.4.0"} 48 48 "stdcompat" {< "19"} 49 49 ] 50 50 build: [