this repo has no description
1opam-version: "2.0"
2authors: "Vincent Bernardoff <vb@luminar.eu.org>"
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 ]
10# run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
11depends: [
12 "ocaml" {>= "4.08.0"}
13 "dune" {>= "1.11.0"}
14 "rresult" {>= "0.6.0"}
15 "cstruct" {>= "6.0.0" & < "6.1.0"}
16 "hidapi" {>= "1.1.1"}
17]
18synopsis: "Ledger wallet library for OCaml"
19description: """Library to communicate with Ledger hardware wallets
20"""
21url {
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}