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" {>= "5.1.1" & < "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/releases/download/0.1.0/ledgerwallet-0.1.0.tbz" 24 checksum: [ 25 "sha256=438571349ad1c7e52f8ed9c6330abe2b7b78ebc04bb40f9bbebe38959d048c60" 26 "sha512=02ee2e53b241f9defb686165ffd50d6f711d53eef6c66f0d1b851e1f8271afe2a62fb1e065738189a8f2e019feca1facc052a31b43983fdcbfa1e1ecc1b62b16" 27 ] 28}