this repo has no description

Merge pull request #22119 from camlspotter/opam-publish-plebeia.2.1.0

Package plebeia.2.1.0

Changed files
+33
packages
plebeia
plebeia.2.1.0
+33
packages/plebeia/plebeia.2.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Functional storage using Merkle Patricia tree"
+
maintainer: "jun.furuse@dailambda.jp"
+
authors: "DaiLambda, Inc"
+
license: "MIT"
+
homepage: "https://gitlab.com/dailambda/plebeia/"
+
bug-reports: "https://gitlab.com/dailambda/plebeia/-/issues"
+
depends: [
+
"dune" {>= "3.2.0"}
+
"bigstring" {>= "0.3"}
+
"hacl-star" {>= "0.4.5"}
+
"blake3" {>= "0.3"}
+
"cstruct" {>= "6.1.0"}
+
"stdint" {>= "0.7.0"}
+
"hex" {>= "1.5.0"}
+
"data-encoding" {>= "0.5.3"}
+
"ptime" {>= "1.0.0"}
+
"alcotest" {>= "1.5.0"}
+
"lwt" {>= "5.4.1"}
+
"mtime" {>= "1.2.0"}
+
"ocaml" {>= "4.12.1" & < "5.0"}
+
]
+
available: arch != "arm32" & arch != "x86_32" & arch != "s390x"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/dailambda/plebeia/"
+
url {
+
src:
+
"https://gitlab.com/dailambda/plebeia/-/archive/2.1.0/plebeia-2.1.0.tar.gz"
+
checksum: [
+
"md5=104e71a50a29b96a4b508004a539c88a"
+
"sha512=5edcd6c73dc276011c6344e121e978d294e3b8847ce6e8b28b03a2c7f3ed6bd1a860775dfb9d5b399442d66eeffcb45d9aab6f08b4accdf9287b5b7dbbf91506"
+
]
+
}