this repo has no description

data-encoding: loosen cersion constraints on json-data-encoding

Changed files
+2 -2
packages
data-encoding
data-encoding.0.4
+2 -2
packages/data-encoding/data-encoding.0.4/opam
···
"ezjsonm"
"zarith" {>= "1.4"}
"hex" {>= "1.3.0"}
-
"json-data-encoding" { = "0.9.1" }
-
"json-data-encoding-bson" { = "0.9.1" }
"alcotest" { with-test }
"crowbar" { >= "0.2" & with-test }
"ocamlformat" { = "0.15.0" & dev }
···
"ezjsonm"
"zarith" {>= "1.4"}
"hex" {>= "1.3.0"}
+
"json-data-encoding" { >= "0.9.1" }
+
"json-data-encoding-bson" { >= "0.9.1" }
"alcotest" { with-test }
"crowbar" { >= "0.2" & with-test }
"ocamlformat" { = "0.15.0" & dev }