this repo has no description
0
fork

Configure Feed

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

Merge pull request #20837 from pirbo/ledgerwallet.0.2.0

[new release] ledgerwallet and ledgerwallet-tezos (0.2.0)

authored by

Kate and committed by
GitHub
f511d291 13e435d9

+60
+24
packages/ledgerwallet-tezos/ledgerwallet-tezos.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "Vincent Bernardoff <vb@luminar.eu.org>" 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" {>= "1.11.0"} 14 + "ledgerwallet" {= version} 15 + ] 16 + synopsis: "Ledger wallet library for OCaml: Tezos app" 17 + url { 18 + src: 19 + "https://github.com/vbmithr/ocaml-ledger-wallet/archive/refs/tags/0.2.0.tar.gz" 20 + checksum: [ 21 + "sha256=9c326ab92ca40b50b7fef28e9db596774e3dffe4959956103dccbfcad869f81c" 22 + "sha512=8ed02659aeefdff4e2e3a01f3ce416cadf4b48967c09b5855b26d1864dd2ccc17b846a44d401b1b812d50d48fcc24ea9764245d66183eaa90116c433142ed6f2" 23 + ] 24 + }
+28
packages/ledgerwallet/ledgerwallet.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "Vincent Bernardoff <vb@luminar.eu.org>" 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" {>= "1.11.0"} 14 + "rresult" {>= "0.6.0"} 15 + "cstruct" {>= "6.0.0"} 16 + "hidapi" {>= "1.1.1"} 17 + ] 18 + synopsis: "Ledger wallet library for OCaml" 19 + description: """Library to communicate with Ledger hardware wallets 20 + """ 21 + url { 22 + src: 23 + "https://github.com/vbmithr/ocaml-ledger-wallet/archive/refs/tags/0.2.0.tar.gz" 24 + checksum: [ 25 + "sha256=9c326ab92ca40b50b7fef28e9db596774e3dffe4959956103dccbfcad869f81c" 26 + "sha512=8ed02659aeefdff4e2e3a01f3ce416cadf4b48967c09b5855b26d1864dd2ccc17b846a44d401b1b812d50d48fcc24ea9764245d66183eaa90116c433142ed6f2" 27 + ] 28 + }
+4
packages/tezos-signer-backends/tezos-signer-backends.11.0/opam
··· 15 15 depopts: [ 16 16 "ledgerwallet-tezos" 17 17 ] 18 + conflicts: [ 19 + "ledgerwallet-tezos" { >= "0.2.0" } 20 + ] 21 + available: arch != "arm32" 18 22 build: [ 19 23 ["rm" "-r" "vendors"] 20 24 ["dune" "build" "-p" name "-j" jobs]
+4
packages/tezos-signer-backends/tezos-signer-backends.11.1/opam
··· 15 15 depopts: [ 16 16 "ledgerwallet-tezos" 17 17 ] 18 + conflicts: [ 19 + "ledgerwallet-tezos" { >= "0.2.0" } 20 + ] 21 + available: arch != "arm32" 18 22 build: [ 19 23 ["rm" "-r" "vendors"] 20 24 ["dune" "build" "-p" name "-j" jobs]