this repo has no description

Merge pull request #20155 from kit-ty-kate/conjury-413

conjury is not compatible with OCaml 4.13

Changed files
+2
packages
conjury
conjury.2.0
conjury.2.0.1
+1
packages/conjury/conjury.2.0.1/opam
···
dev-repo: "git+https://bitbucket.org/jhw/conjury"
tags: [ "org:conjury.org" ]
depends: [
+
"ocaml" {< "4.13"}
"ocaml" { with-test & >= "4.04" }
"ocamlfind" { with-test & >= "1.7.3" }
"omake" { >= "0.10.3" }
+1
packages/conjury/conjury.2.0/opam
···
dev-repo: "git+https://bitbucket.org/jhw/conjury"
tags: [ "org:conjury.org" ]
depends: [
+
"ocaml" {< "4.13"}
"ocaml" { with-test & >= "4.04" }
"ocamlfind" { with-test & >= "1.7.3" }
"omake" { >= "0.10.3" }