this repo has no description
0
fork

Configure Feed

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

Merge pull request #24963 from pirbo/ledgerwallet.0.4.0

Ledgerwallet.0.4.0

authored by

Marcello Seri and committed by
GitHub
415786c4 512111d7

+84 -7
+22
packages/conf-secp256k1/conf-secp256k1.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Davide Gessa <gessadavide@gmail.com>" 3 + authors: "Davide Gessa <gessadavide@gmail.com>" 4 + homepage: "https://github.com/dakk/conf-secp256k1" 5 + bug-reports: "https://github.com/dakk/conf-secp256k1/issues" 6 + license: "MIT" 7 + dev-repo: "git+https://github.com/dakk/conf-secp256k1" 8 + 9 + depexts: [ 10 + ["libsecp256k1-dev"] {os-family = "debian"} 11 + ["dev-libs/libsecp256k1"] {os-distribution = "gentoo"} 12 + ["domt4/crypto/libsecp256k1"] {os-distribution = "homebrew" & os = "macos"} 13 + ["libsecp256k1-git"] {os-distribution = "arch"} 14 + ["libsecp256k1" "libsecp256k1-dev"] {os-distribution = "alpine"} 15 + ["libsecp256k1" "libsecp256k1-devel"] {os-distribution = "fedora"} 16 + ["libsecp256k1"] {os-family = "suse" | os-family = "opensuse"} 17 + ["libsecp256k1" "libsecp256k1-devel"] {os-distribution = "ol"} 18 + ] 19 + synopsis: "Virtual package relying on a secp256k1 lib system installation" 20 + description: 21 + "This package can only install if the secp256k1 lib is installed on the system." 22 + flags: conf
+27
packages/ledgerwallet-tezos/ledgerwallet-tezos.0.4.0/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.0.tar.gz" 23 + checksum: [ 24 + "sha256=ba2f5df47dae8902e97bca1dc83a956dc1bba2a64ee87d8cec155b9d015d1ac0" 25 + "sha512=29978e9779c74ff225279c1542e31a18a98c35a194dd6f96058e4fac804b1fa1c032744798defcec1665b145c42e810379f2dc0c6fe827fbbdae8c952490f7da" 26 + ] 27 + }
+28
packages/ledgerwallet/ledgerwallet.0.4.0/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 + "rresult" {>= "0.6.0"} 15 + "cstruct" {>= "6.0.0"} 16 + "hidapi-lwt" 17 + "lwt" {>= "5.7.0"} 18 + ] 19 + synopsis: "Ledger wallet library for OCaml" 20 + description: """Library to communicate with Ledger hardware wallets 21 + """ 22 + url { 23 + src: "https://github.com/vbmithr/ocaml-ledger-wallet/archive/0.4.0.tar.gz" 24 + checksum: [ 25 + "sha256=ba2f5df47dae8902e97bca1dc83a956dc1bba2a64ee87d8cec155b9d015d1ac0" 26 + "sha512=29978e9779c74ff225279c1542e31a18a98c35a194dd6f96058e4fac804b1fa1c032744798defcec1665b145c42e810379f2dc0c6fe827fbbdae8c952490f7da" 27 + ] 28 + }
+1 -1
packages/octez-shell-libs/octez-shell-libs.18.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.18.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: [
+1 -1
packages/tezos-signer-backends/tezos-signer-backends.16.0/opam
··· 29 29 "ledgerwallet-tezos" 30 30 ] 31 31 conflicts: [ 32 - "ledgerwallet-tezos" { < "0.3.0" } 32 + "ledgerwallet-tezos" { < "0.3.0" | >= "0.4.0" } 33 33 ] 34 34 build: [ 35 35 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-signer-backends/tezos-signer-backends.16.1/opam
··· 29 29 "ledgerwallet-tezos" 30 30 ] 31 31 conflicts: [ 32 - "ledgerwallet-tezos" { < "0.3.0" } 32 + "ledgerwallet-tezos" { < "0.3.0" | >= "0.4.0" } 33 33 ] 34 34 build: [ 35 35 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-signer-backends/tezos-signer-backends.17.1/opam
··· 30 30 "ledgerwallet-tezos" 31 31 ] 32 32 conflicts: [ 33 - "ledgerwallet-tezos" { < "0.3.0" } 33 + "ledgerwallet-tezos" { < "0.3.0" | >= "0.4.0" } 34 34 ] 35 35 build: [ 36 36 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-signer-backends/tezos-signer-backends.17.2/opam
··· 30 30 "ledgerwallet-tezos" 31 31 ] 32 32 conflicts: [ 33 - "ledgerwallet-tezos" { < "0.3.0" } 33 + "ledgerwallet-tezos" { < "0.3.0" | >= "0.4.0" } 34 34 ] 35 35 build: [ 36 36 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-signer-backends/tezos-signer-backends.17.3/opam
··· 30 30 "ledgerwallet-tezos" 31 31 ] 32 32 conflicts: [ 33 - "ledgerwallet-tezos" { < "0.3.0" } 33 + "ledgerwallet-tezos" { < "0.3.0" | >= "0.4.0" } 34 34 ] 35 35 build: [ 36 36 ["rm" "-r" "vendors"]