this repo has no description

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

Kate 7b43a834 a5493f8a

Changed files
+6 -3
packages
data-encoding
data-encoding.0.1
data-encoding.0.1.1
data-encoding.0.2
+2 -1
packages/data-encoding/data-encoding.0.1.1/opam
···
"ocaml" { >= "4.07" }
"dune" { >= "1.11" }
"ezjsonm"
-
"zarith"
"ocplib-json-typed" { >= "0.7" }
"ocplib-json-typed-bson" { >= "0.7" }
"alcotest" { with-test }
···
"ocaml" { >= "4.07" }
"dune" { >= "1.11" }
"ezjsonm"
+
"zarith" {>= "1.4"}
+
"hex" {>= "1.3.0"}
"ocplib-json-typed" { >= "0.7" }
"ocplib-json-typed-bson" { >= "0.7" }
"alcotest" { with-test }
+2 -1
packages/data-encoding/data-encoding.0.1/opam
···
"dune" { >= "1.11" }
"lwt"
"ezjsonm"
-
"zarith"
"ocplib-json-typed" { >= "0.7" }
"ocplib-json-typed-bson" { >= "0.7" }
"alcotest" { with-test }
···
"dune" { >= "1.11" }
"lwt"
"ezjsonm"
+
"zarith" {>= "1.4"}
+
"hex" {>= "1.3.0"}
"ocplib-json-typed" { >= "0.7" }
"ocplib-json-typed-bson" { >= "0.7" }
"alcotest" { with-test }
+2 -1
packages/data-encoding/data-encoding.0.2/opam
···
"ocaml" { >= "4.07" }
"dune" { >= "1.7" }
"ezjsonm"
-
"zarith"
"json-data-encoding" { = "0.8" }
"json-data-encoding-bson" { = "0.8" }
"alcotest" { with-test }
···
"ocaml" { >= "4.07" }
"dune" { >= "1.7" }
"ezjsonm"
+
"zarith" {>= "1.4"}
+
"hex" {>= "1.3.0"}
"json-data-encoding" { = "0.8" }
"json-data-encoding-bson" { = "0.8" }
"alcotest" { with-test }