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" & with-test} 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://github.com/ocaml/opam-source-archives/raw/main/plebeia-2.0.0.tar.gz" 29 checksum: [ 30 "md5=f528f42d3e72d400265eb6bc51901fca" 31 "sha512=6cf070b2f1ea2e570a106b231a7e8e40c64c91c5a7abeddf072a5c413e74d5d9dd9b7df674cca559ddb33cabc9c0ec0b3a001306397d11b62888aac4cca9fd7e" 32 ] 33}