this repo has no description

toml: Add missing constraint (uses ISO8601.Permissive.pp_datetimezone)

Kate aedfb672 e4e8571a

Changed files
+4 -4
packages
toml
toml.3.0.0
toml.4.0.0
toml.5.0.0
toml.6.0.0
+1 -1
packages/toml/toml.3.0.0/opam
···
"ocamlfind" {build}
"ocamlbuild" {build}
"menhir"
-
"ISO8601"
+
"ISO8601" {>= "0.2.0"}
]
bug-reports: "https://github.com/mackwic/To.ml/issues"
dev-repo: "git+https://github.com/mackwic/To.ml.git"
+1 -1
packages/toml/toml.4.0.0/opam
···
"ocamlfind" {build}
"ocamlbuild" {build}
"menhir"
-
"ISO8601"
+
"ISO8601" {>= "0.2.0"}
]
bug-reports: "https://github.com/mackwic/To.ml/issues"
dev-repo: "git+https://github.com/mackwic/To.ml.git"
+1 -1
packages/toml/toml.5.0.0/opam
···
"ounit" {with-test}
"bisect" {with-test}
"odoc" {with-doc}
-
"ISO8601"
+
"ISO8601" {>= "0.2.0"}
]
synopsis: "TOML parser."
description: """
+1 -1
packages/toml/toml.6.0.0/opam
···
"ounit" {with-test}
"bisect" {with-test}
"odoc" {with-doc}
-
"ISO8601"
+
"ISO8601" {>= "0.2.0"}
]
bug-reports: "https://github.com/ocaml-toml/to.ml/issues"
dev-repo: "git+ttps://github.com/ocaml-toml/to.ml.git"