this repo has no description

Constrain failing packages for #27602.

Changed files
+7 -7
packages
current
current.0.4
current.0.5
git
git.3.0.0
git.3.1.0
git.3.1.1
index
index.1.6.1
index.1.6.2
+1 -1
packages/current/current.0.4/opam
···
"alcotest-lwt" {>= "1.2.0" & with-test}
"astring" {>= "0.8.5"}
"fpath" {>= "0.7.3"}
-
"logs" {>= "0.7.0"}
+
"logs" {>= "0.7.0" & < "0.8.0"}
"result" {>= "1.5"}
"prometheus-app" {with-test & >= "0.7" & < "1.2"}
]
+1 -1
packages/current/current.0.5/opam
···
"alcotest-lwt" {>= "1.2.0" & with-test}
"astring" {>= "0.8.5"}
"fpath" {>= "0.7.3"}
-
"logs" {>= "0.7.0"}
+
"logs" {>= "0.7.0" & < "0.8.0"}
"result" {>= "1.5"}
"prometheus-app" {with-test & >= "0.7" & < "1.2"}
]
+1 -1
packages/git/git.3.0.0/opam
···
"bigstringaf" {< "0.9.0"}
"optint"
"decompress"
-
"logs"
+
"logs" {< "0.8.0"}
"lwt"
"mimic"
"cstruct" {>= "5.0.0"}
+1 -1
packages/git/git.3.1.0/opam
···
"bigstringaf" {< "0.9.0"}
"optint"
"decompress"
-
"logs"
+
"logs" {< "0.8.0"}
"lwt"
"mimic"
"cstruct" {>= "5.0.0"}
+1 -1
packages/git/git.3.1.1/opam
···
"bigstringaf" {< "0.9.0"}
"optint"
"decompress" {< "1.3.0"}
-
"logs"
+
"logs" {< "0.8.0"}
"lwt"
"mimic"
"cstruct" {>= "5.0.0"}
+1 -1
packages/index/index.1.6.1/opam
···
"repr" {>= "0.6.0"}
"ppx_repr"
"fmt" {>= "0.8.5"}
-
"logs" {>= "0.7.0"}
+
"logs" {>= "0.7.0" & < "0.8.0"}
"mtime" {>= "1.1.0" & < "2.0.0"}
"cmdliner"
"progress" {>= "0.2.1"}
+1 -1
packages/index/index.1.6.2/opam
···
"repr" {>= "0.6.0"}
"ppx_repr"
"fmt" {>= "0.8.5"}
-
"logs" {>= "0.7.0"}
+
"logs" {>= "0.7.0" & < "0.8.0"}
"mtime" {>= "2.0.0"}
"cmdliner"
"progress" {>= "0.2.1"}