opam-version: "2.0" synopsis: "Bitcoin data-structures library for OCaml" description: """ Bitcoin data-structures library for OCaml. Modules documentation is available at https://dakk.github.io/bitcoinml/ """ maintainer: "Davide Gessa " authors: [ "Davide Gessa " ] homepage: "https://github.com/dakk/bitcoinml" bug-reports: "https://github.com/dakk/bitcoinml/issues" license: "MIT" dev-repo: "git+https://github.com/dakk/bitcoinml.git" build: ["dune" "build" "-p" name "-j" jobs] depends: [ "ocaml" {>= "4.05.0"} "dune" {>= "1.6.0"} "bitstring" {>= "3.1.0" & < "4.0.0"} "stdint" {>= "0.5.1"} "cryptokit" {>= "1.13"} "bignum" {>= "v0.10.0"} "hex" {with-test & >= "1.3.0"} "ounit" {with-test & >= "2.0.8"} "odoc" {with-test & >= "1.3.0"} ] url { src: "https://github.com/dakk/bitcoinml/archive/0.4.1.zip" checksum: [ "md5=bc06a6aaa41e1c443d8c5179241e4eb7" "sha512=4f9004cb956117566c4643f6a64ffa03f0469866df6fd77f50316b4a42b50ff3be0a866cdfe20fdd4ae733d056dab18948aabe2187e9695aee46cd3981902e45" ] }