this repo has no description

dune 3.7: fix revdeps

Two packages got broken by dune 3.7: commons and chamelon. They were
relying on behavior in dune's dependency cycle detection that we
classified as a bug (see ocaml/dune#7018).

Since the latest versions are affected, we sent patches upstream:
yomimono/chamelon#18, returntocorp/semgrep#7173.

Changed files
+8 -8
packages
chamelon
chamelon.0.0.10
chamelon.0.0.7
chamelon.0.0.8
chamelon.0.0.9.1
chamelon.0.1.1
chamelon.0.1.2
commons
commons.1.5.5
commons.1.8.0
+1 -1
packages/chamelon/chamelon.0.0.10/opam
···
depends: [
"ocaml" {>= "4.10.0"}
-
"dune" {>= "2.9.0"}
+
"dune" {>= "2.9.0" & < "3.7.0"}
"chamelon-unix" {= version & with-test}
"crowbar" {>= "0.2.1" & with-test}
"fpath" {>= "0.7.3" & with-test}
+1 -1
packages/chamelon/chamelon.0.0.7/opam
···
depends: [
"ocaml" {>= "4.10.0"}
-
"dune" {>= "2.9.0"}
+
"dune" {>= "2.9.0" & < "3.7.0"}
"chamelon-unix" {= version & with-test}
"fpath" {>= "0.7.3" & with-test}
"alcotest" {>= "1.5.0" & with-test}
+1 -1
packages/chamelon/chamelon.0.0.8/opam
···
depends: [
"ocaml" {>= "4.10.0"}
-
"dune" {>= "2.9.0"}
+
"dune" {>= "2.9.0" & < "3.7.0"}
"chamelon-unix" {= version & with-test}
"fpath" {>= "0.7.3" & with-test}
"alcotest" {>= "1.5.0" & with-test}
+1 -1
packages/chamelon/chamelon.0.0.9.1/opam
···
depends: [
"ocaml" {>= "4.10.0"}
-
"dune" {>= "2.9.0"}
+
"dune" {>= "2.9.0" & < "3.7.0"}
"chamelon-unix" {= version & with-test}
"crowbar" {>= "0.2.1" & with-test}
"fpath" {>= "0.7.3" & with-test}
+1 -1
packages/chamelon/chamelon.0.1.1/opam
···
depends: [
"ocaml" {>= "4.10.0"}
-
"dune" {>= "2.9.0"}
+
"dune" {>= "2.9.0" & < "3.7.0"}
"crowbar" {>= "0.2.1" & with-test}
"fpath" {>= "0.7.3" & with-test}
"alcotest" {>= "1.5.0" & with-test}
+1 -1
packages/chamelon/chamelon.0.1.2/opam
···
depends: [
"ocaml" {>= "4.10.0"}
-
"dune" {>= "2.9.0"}
+
"dune" {>= "2.9.0" & < "3.7.0"}
"crowbar" {>= "0.2.1" & with-test}
"fpath" {>= "0.7.3" & with-test}
"alcotest" {>= "1.5.0" & with-test}
+1 -1
packages/commons/commons.1.5.5/opam
···
depends: [
"ocaml" {>= "4.12.0"}
-
"dune" {>= "3.2.0" }
+
"dune" {>= "3.2.0" & < "3.7.0"}
"alcotest" {>= "1.5.0"}
"ANSITerminal" {>= "0.8.4"}
"easy_logging" {>= "0.8.1" }
+1 -1
packages/commons/commons.1.8.0/opam
···
depends: [
"ocaml" {>= "4.12.0"}
-
"dune" {>= "3.2.0" }
+
"dune" {>= "3.2.0" & < "3.7.0"}
"alcotest" {>= "1.5.0"}
"ANSITerminal" {>= "0.8.4"}
"cmdliner" {>= "1.1.1" }