this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bitcoin Client API cohttp-async interface"
4description: "This is the cohttp-async I/O interface to the bitcoin client"
5maintainer: [
6 "Dario Teixeira <dario.teixeira@nleyten.com>"
7 "Michael Bacarella <m@bacarella.com>"
8]
9authors: ["Dario Teixeira <dario.teixeira@nleyten.com>"]
10license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
11homepage: "https://github.com/darioteixeira/ocaml-bitcoin"
12bug-reports: "https://github.com/darioteixeira/ocaml-bitcoin/issues"
13depends: [
14 "dune" {>= "2.8"}
15 "bitcoin" {= version}
16 "cohttp-async" {>= "5.0.0"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 # "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/darioteixeira/ocaml-bitcoin.git"
34url {
35 src:
36 "https://github.com/darioteixeira/ocaml-bitcoin/archive/refs/tags/v3.0.tar.gz"
37 checksum: [
38 "md5=5e9980ab580017ba356aa6cb972787fe"
39 "sha512=d4cb6b83ddfeb4221b6c587a83752423d01e1695aa06c588b6cfc6f8c2288c2bf8d32485fa902aabf0c72310b5c4acfa4e66ef084febeca3f602668e39e68790"
40 ]
41}