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-bip32" 6bug-reports: "https://github.com/vbmithr/ocaml-bip32/issues" 7dev-repo: "git+https://github.com/vbmithr/ocaml-bip32" 8 9build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] 10depends: [ 11 "ocaml" {>= "4.02.0"} 12 "jbuilder" {>= "1.0+beta16"} 13 "hex" {>= "1.2.0"} 14 "cstruct" {>= "3.2.1"} 15 "secp256k1" {>= "0.3.2" & < "0.4.0"} 16] 17synopsis: "Hierarchical Deterministic Wallets" 18description: 19 "See https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki" 20url { 21 src: "https://github.com/vbmithr/ocaml-bip32/archive/0.1.tar.gz" 22 checksum: [ 23 "sha256=a6a6ebe1b15a390a3072b75621bf307b3443ff3bccf141f8a7defca971e83453" 24 "md5=04c4aef92310a406f77c50f0f85e534f" 25 ] 26}