this repo has no description
1opam-version: "2.0"
2authors: "DaiLambda, Inc"
3maintainer: "jun.furuse@dailambda.jp"
4synopsis: "Merkle Patricia tree implementation"
5license: "MIT"
6homepage: "https://gitlab.com/dailambda/plebeia/"
7bug-reports: "https://gitlab.com/dailambda/plebeia/-/issues"
8dev-repo: "git+https://gitlab.com/dailambda/plebeia/"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "bigstring"
14 "blake2" { >= "0.3" }
15 "cstruct" { >= "5.1.1" }
16 "stdint" { >= "0.6.0" }
17 "hex" { >= "1.4.0" }
18 "dune" { >= "2.0" }
19 "data-encoding" { >= "0.2" }
20 "ptime" { >= "0.8.5" }
21]
22url {
23 src:
24 "https://gitlab.com/dailambda/plebeia/-/archive/1.0.0/plebeia-1.0.0.tar.bz2"
25 checksum: [
26 "sha256=82a846bd47847d2109e2a3cace2153abc73d2432b3ae5b64d6a6c3ca9342ae9d"
27 "md5=64117b21f369534e66f3352111e33e9f"
28 ]
29}