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.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.2.tar.gz" 22 checksum: [ 23 "sha256=e78c3d719cac3577d276fd7dac9b3389c499593a3b6e6928a92f63a04b37da1b" 24 "md5=c53bb89528f9470a4a1bd7f2936fe601" 25 ] 26}