opam-version: "2.0"
authors: "DaiLambda, Inc"
maintainer: "jun.furuse@dailambda.jp"
synopsis: "Merkle Patricia tree implementation"
license: "MIT"
homepage: "https://gitlab.com/dailambda/plebeia/"
bug-reports: "https://gitlab.com/dailambda/plebeia/-/issues"
dev-repo: "git://https://gitlab.com/dailambda/plebeia/"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "bigstring"
  "blake2"  { >= "0.3" }
  "cstruct" { >= "5.1.1" }
  "stdint"  { >= "0.6.0" }
  "hex"	    { >= "1.4.0" }
  "dune"    { >= "2.0" }
  "data-encoding" { >= "0.2" }
  "ptime"   { >= "0.8.5" }
]
url {
  src: "https://gitlab.com/dailambda/plebeia/-/archive/1.0.0/plebeia-1.0.0.tar.bz2"
  checksum: "md5=64117b21f369534e66f3352111e33e9f"
}
