opam-version: "2.0" maintainer: "Dario Teixeira " authors: ["Dario Teixeira "] homepage: "http://ocaml-bitcoin.forge.ocamlcore.org/" bug-reports: "https://github.com/darioteixeira/ocaml-bitcoin/issues" dev-repo: "git+https://github.com/darioteixeira/ocaml-bitcoin.git" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ ["./configure" "--prefix" prefix "--docdir" "%{doc}%/bitcoin" "--%{ocsigenserver:enable}%-ocsigen" "--%{ocamlnet:enable}%-ocamlnet" "--%{cohttp:enable}%-cohttp" "--%{ocurl:enable}%-ocurl" ] [make] [make "doc"] ] install: [[make "install"]] remove: [["ocamlfind" "remove" "bitcoin"]] depends: [ "ocaml" {< "5.0"} "yojson" {< "2.0.0"} "cryptokit" "ocamlbuild" {build} ] depopts: [ "ocsigenserver" "ocamlnet" "cohttp" "ocurl" ] conflicts: [ "ocamlnet" {< "4.0.0"} "cohttp" {>= "0.99.0"} "lwt" {>= "4.0.0"} ] synopsis: "Library offering an OCaml interface to the official Bitcoin client API" flags: light-uninstall url { src: "https://github.com/darioteixeira/ocaml-bitcoin/archive/v2.0.tar.gz" checksum: [ "sha256=3c4a197e56daf6592bb9c4638adad409352ef8fa5aec0c212c4df5e3283a9b53" "md5=3e9f640e64edac79a7d080f0f384800e" ] }