this repo has no description

data-encoding.0.3: Add missing constraints (uses Hex.of_bytes and Z.numbits)

Kate 36dd3a93 934944b8

Changed files
+2 -1
packages
data-encoding
data-encoding.0.3
+2 -1
packages/data-encoding/data-encoding.0.3/opam
···
"ocaml" { >= "4.08" }
"dune" { >= "1.11" }
"ezjsonm"
-
"zarith"
+
"zarith" {>= "1.4"}
+
"hex" {>= "1.3.0"}
"json-data-encoding" { = "0.9.1" }
"json-data-encoding-bson" { = "0.9.1" }
"alcotest" { with-test }