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