this repo has no description

+ledgerwallet{,-tezos}.0.4.0

Changed files
+55
packages
ledgerwallet
ledgerwallet.0.4.0
ledgerwallet-tezos
ledgerwallet-tezos.0.4.0
+27
packages/ledgerwallet-tezos/ledgerwallet-tezos.0.4.0/opam
···
+
opam-version: "2.0"
+
authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ]
+
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
+
license: "ISC"
+
homepage: "https://github.com/vbmithr/ocaml-ledger-wallet"
+
bug-reports: "https://github.com/vbmithr/ocaml-ledger-wallet/issues"
+
dev-repo: "git+https://github.com/vbmithr/ocaml-ledger-wallet"
+
doc: "https://vbmithr.github.io/ocaml-ledger-wallet/doc"
+
build: [ "dune" "build" "-p" name "-j" jobs ]
+
# run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.4.0"}
+
"ledgerwallet" {= version}
+
"uecc" { with-test }
+
"hex" { with-test }
+
"secp256k1" { with-test }
+
"alcotest-lwt" { with-test }
+
]
+
synopsis: "Ledger wallet library for OCaml: Tezos app"
+
url {
+
src: "https://github.com/vbmithr/ocaml-ledger-wallet/archive/0.4.0.tar.gz"
+
checksum: [
+
"sha256=ba2f5df47dae8902e97bca1dc83a956dc1bba2a64ee87d8cec155b9d015d1ac0"
+
"sha512=29978e9779c74ff225279c1542e31a18a98c35a194dd6f96058e4fac804b1fa1c032744798defcec1665b145c42e810379f2dc0c6fe827fbbdae8c952490f7da"
+
]
+
}
+28
packages/ledgerwallet/ledgerwallet.0.4.0/opam
···
+
opam-version: "2.0"
+
authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ]
+
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
+
license: "ISC"
+
homepage: "https://github.com/vbmithr/ocaml-ledger-wallet"
+
bug-reports: "https://github.com/vbmithr/ocaml-ledger-wallet/issues"
+
dev-repo: "git+https://github.com/vbmithr/ocaml-ledger-wallet"
+
doc: "https://vbmithr.github.io/ocaml-ledger-wallet/doc"
+
build: [ "dune" "build" "-p" name "-j" jobs ]
+
# run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.4.0"}
+
"rresult" {>= "0.6.0"}
+
"cstruct" {>= "6.0.0"}
+
"hidapi-lwt"
+
"lwt" {>= "5.7.0"}
+
]
+
synopsis: "Ledger wallet library for OCaml"
+
description: """Library to communicate with Ledger hardware wallets
+
"""
+
url {
+
src: "https://github.com/vbmithr/ocaml-ledger-wallet/archive/0.4.0.tar.gz"
+
checksum: [
+
"sha256=ba2f5df47dae8902e97bca1dc83a956dc1bba2a64ee87d8cec155b9d015d1ac0"
+
"sha512=29978e9779c74ff225279c1542e31a18a98c35a194dd6f96058e4fac804b1fa1c032744798defcec1665b145c42e810379f2dc0c6fe827fbbdae8c952490f7da"
+
]
+
}