this repo has no description

Merge pull request #15824 from kit-ty-kate/more-alcotest-1.0.0-revdeps

Constrain more packages not compatible with alcotest.1.0.0

Kate 31e2c97c a67dddb0

Changed files
+4 -4
packages
azure-cosmos-db
azure-cosmos-db.0.1.2
base64
base64.3.3.0
digestif
digestif.0.8.0-1
irmin-test
irmin-test.2.0.0
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.1.2/opam
···
"uri"
"cohttp"
"cohttp-lwt-unix"
-
"alcotest-lwt" {with-test}
+
"alcotest-lwt" {with-test & < "1.0.0"}
]
homepage: "https://bitbucket.org/knaack/azure-cosmos-db"
bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues"
+1 -1
packages/base64/base64.3.3.0/opam
···
"dune" {>= "2.0"}
"bos" {with-test}
"rresult" {with-test}
-
"alcotest" {with-test}
+
"alcotest" {with-test & < "1.0.0"}
]
build: [
["dune" "subst"]
+1 -1
packages/digestif/digestif.0.8.0-1/opam
···
"bigarray-compat"
"stdlib-shims"
"fmt" {with-test}
-
"alcotest" {with-test}
+
"alcotest" {with-test & < "1.0.0"}
]
depopts: [
+1 -1
packages/irmin-test/irmin-test.2.0.0/opam
···
"ocaml" {>= "4.02.3"}
"dune" {>= "1.1.0"}
"irmin" {>= "2.0.0"}
-
"alcotest"
+
"alcotest" {< "1.0.0"}
"mtime" {>= "1.0.0"}
"metrics-unix"
]