this repo has no description

Merge pull request #24908 from mseri/oseq

oseq 0.4.1+ tests not compatible with containers 3.13

Changed files
+2 -2
packages
oseq
oseq.0.4.1
oseq.0.5
+1 -1
packages/oseq/oseq.0.4.1/opam
···
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"gen" {with-test}
-
"containers" {with-test & >= "2.6"}
+
"containers" {with-test & >= "2.6" & < "3.13"}
"odoc" {with-doc}
"seq"
"ocaml" { >= "4.03.0" }
+1 -1
packages/oseq/oseq.0.5/opam
···
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"gen" {with-test}
-
"containers" {with-test}
+
"containers" {with-test & < "3.13"}
"odoc" {with-doc}
"ocaml" { >= "4.08.0" }
]