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 ] 10# run-test: [ "dune" "runtest" "-p" name "-j" jobs ] 11depends: [ 12 "ocaml" {>= "4.08.0"} 13 "dune" {>= "2.4.0"} 14 "ledgerwallet" {= version} 15 "uecc" { with-test } 16 "hex" { with-test } 17 "secp256k1" { with-test } 18 "alcotest" { with-test } 19] 20synopsis: "Ledger wallet library for OCaml: Tezos app" 21url { 22 src: "https://github.com/vbmithr/ocaml-ledger-wallet/archive/0.3.0.tar.gz" 23 checksum: [ 24 "sha256=36cbd59f7773cdc6a269ad3d399d8ad958b56c3502509f60092d5d2503f64641" 25 "sha512=d95aa986383a8d50307680bcc197bcb5cb6a1a42d5a94df9a8019de31062285a266eabdfd5940324adbc19bc4828d03dfd459a9bcab676d13758438bbce6eb15" 26 ] 27}