this repo has no description

+ledgerwallet.0.2.1

Changed files
+54
packages
ledgerwallet
ledgerwallet.0.2.1
ledgerwallet-tezos
ledgerwallet-tezos.0.2.1
+27
packages/ledgerwallet-tezos/ledgerwallet-tezos.0.2.1/opam
···
+
opam-version: "2.0"
+
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
+
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" { with-test }
+
]
+
synopsis: "Ledger wallet library for OCaml: Tezos app"
+
url {
+
src: "https://github.com/vbmithr/ocaml-ledger-wallet/archive/0.2.1.tar.gz"
+
checksum: [
+
"md5=52e4364268bdfd5ab1e49d6ebcf71dff"
+
"sha512=927338a9e47735777d1544c5a25316896a994aab90af1ae9940b83cf463ef7015ae5949bc846b4d5c308970e1e2625ba5c662e1576cf83a2fa4771dd0ff18027"
+
]
+
}
+27
packages/ledgerwallet/ledgerwallet.0.2.1/opam
···
+
opam-version: "2.0"
+
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
+
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" {>= "1.1.1"}
+
]
+
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.2.1.tar.gz"
+
checksum: [
+
"md5=52e4364268bdfd5ab1e49d6ebcf71dff"
+
"sha512=927338a9e47735777d1544c5a25316896a994aab90af1ae9940b83cf463ef7015ae5949bc846b4d5c308970e1e2625ba5c662e1576cf83a2fa4771dd0ff18027"
+
]
+
}