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" {>= "2.4.0"} 14 "rresult" {>= "0.6.0"} 15 "cstruct" {>= "6.0.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: "https://github.com/vbmithr/ocaml-ledger-wallet/archive/0.2.1.tar.gz" 23 checksum: [ 24 "md5=52e4364268bdfd5ab1e49d6ebcf71dff" 25 "sha512=927338a9e47735777d1544c5a25316896a994aab90af1ae9940b83cf463ef7015ae5949bc846b4d5c308970e1e2625ba5c662e1576cf83a2fa4771dd0ff18027" 26 ] 27}