this repo has no description
1opam-version: "2.0"
2authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ]
3maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
4license: "ISC"
5homepage: "https://github.com/vbmithr/ocaml-ledger-wallet"
6bug-reports: "https://github.com/vbmithr/ocaml-ledger-wallet/issues"
7dev-repo: "git+https://github.com/vbmithr/ocaml-ledger-wallet"
8doc: "https://vbmithr.github.io/ocaml-ledger-wallet/doc"
9build: [ "dune" "build" "-p" name "-j" jobs ]
10depends: [
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]
18synopsis: "Ledger wallet library for OCaml"
19description: """Library to communicate with Ledger hardware wallets
20"""
21url {
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}