this repo has no description
1opam-version: "2.0"
2synopsis: "Functional storage using Merkle Patricia tree"
3maintainer: "jun.furuse@dailambda.jp"
4authors: "DaiLambda, Inc"
5license: "MIT"
6homepage: "https://gitlab.com/dailambda/plebeia/"
7bug-reports: "https://gitlab.com/dailambda/plebeia/-/issues"
8depends: [
9 "dune" {>= "3.2.0"}
10 "bigstring" {>= "0.3"}
11 "hacl-star" {>= "0.4.5"}
12 "blake3" {>= "0.2"}
13 "cstruct" {>= "6.1.0"}
14 "stdint" {>= "0.7.0"}
15 "hex" {>= "1.5.0"}
16 "data-encoding" {>= "0.5.3"}
17 "ptime" {>= "1.0.0"}
18 "alcotest" {>= "1.5.0"}
19 "lwt" {>= "5.4.1"}
20 "mtime" {>= "1.2.0" & < "2.0.0"}
21 "ocaml" {>= "4.12.1" & < "5.0"}
22]
23available: arch != "arm32" & arch != "x86_32" & arch != "s390x"
24build: ["dune" "build" "-p" name "-j" jobs]
25dev-repo: "git+https://gitlab.com/dailambda/plebeia/"
26url {
27 src:
28 "https://gitlab.com/dailambda/plebeia/-/archive/2.0.1/plebeia-2.0.1.tar.gz"
29 checksum: [
30 "md5=f7d5a3c433784118777699713d437f00"
31 "sha512=56d88855cd5553f8f398436c67df2229e4ccad75143057704e7af3153aad47ee6f09e6aeada049514a77871096aeb912ea3ddc4ad620970bf8301c2ee27f4c54"
32 ]
33}