this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27622 from dbuenzli/logs-contraints

Constrain failing packages for #27602.

authored by

Marcello Seri and committed by
GitHub
39002525 2d9cf904

+11 -11
+1 -1
packages/current/current.0.4/opam
··· 34 34 "alcotest-lwt" {>= "1.2.0" & with-test} 35 35 "astring" {>= "0.8.5"} 36 36 "fpath" {>= "0.7.3"} 37 - "logs" {>= "0.7.0"} 37 + "logs" {>= "0.7.0" & < "0.8.0"} 38 38 "result" {>= "1.5"} 39 39 "prometheus-app" {with-test & >= "0.7" & < "1.2"} 40 40 ]
+2 -2
packages/current/current.0.5/opam
··· 19 19 depends: [ 20 20 "ocaml" {>= "4.08.0"} 21 21 "current_incr" {= version} 22 - "fmt" {>= "0.8.9"} 22 + "fmt" {>= "0.8.9" & < "0.10.0"} 23 23 "bos" 24 24 "ppx_deriving" 25 25 "lwt" {>= "4.3.0"} ··· 34 34 "alcotest-lwt" {>= "1.2.0" & with-test} 35 35 "astring" {>= "0.8.5"} 36 36 "fpath" {>= "0.7.3"} 37 - "logs" {>= "0.7.0"} 37 + "logs" {>= "0.7.0" & < "0.8.0"} 38 38 "result" {>= "1.5"} 39 39 "prometheus-app" {with-test & >= "0.7" & < "1.2"} 40 40 ]
+2 -2
packages/git/git.3.0.0/opam
··· 25 25 "bigstringaf" {< "0.9.0"} 26 26 "optint" 27 27 "decompress" 28 - "logs" 28 + "logs" {< "0.8.0"} 29 29 "lwt" 30 30 "mimic" 31 31 "cstruct" {>= "5.0.0"} ··· 34 34 "carton-lwt" {< "0.2.0"} 35 35 "carton-git" {< "0.2.0"} 36 36 "ke" {>= "0.4"} 37 - "fmt" {>= "0.8.7"} 37 + "fmt" {>= "0.8.7" & < "0.10.0"} 38 38 "checkseum" {>= "0.2.1"} 39 39 "ocamlgraph" {>= "1.8.8"} 40 40 "astring"
+2 -2
packages/git/git.3.1.0/opam
··· 25 25 "bigstringaf" {< "0.9.0"} 26 26 "optint" 27 27 "decompress" 28 - "logs" 28 + "logs" {< "0.8.0"} 29 29 "lwt" 30 30 "mimic" 31 31 "cstruct" {>= "5.0.0"} ··· 34 34 "carton-lwt" {< "0.2.0"} 35 35 "carton-git" {< "0.2.0"} 36 36 "ke" {>= "0.4"} 37 - "fmt" {>= "0.8.7"} 37 + "fmt" {>= "0.8.7" & < "0.10.0"} 38 38 "checkseum" {>= "0.2.1"} 39 39 "ocamlgraph" {>= "1.8.8"} 40 40 "astring"
+2 -2
packages/git/git.3.1.1/opam
··· 25 25 "bigstringaf" {< "0.9.0"} 26 26 "optint" 27 27 "decompress" {< "1.3.0"} 28 - "logs" 28 + "logs" {< "0.8.0"} 29 29 "lwt" 30 30 "mimic" 31 31 "cstruct" {>= "5.0.0"} ··· 34 34 "carton-lwt" {< "0.2.0"} 35 35 "carton-git" {< "0.2.0"} 36 36 "ke" {>= "0.4"} 37 - "fmt" {>= "0.8.7"} 37 + "fmt" {>= "0.8.7" & < "0.10.0"} 38 38 "checkseum" {>= "0.2.1"} 39 39 "ocamlgraph" {>= "1.8.8"} 40 40 "astring"
+1 -1
packages/index/index.1.6.1/opam
··· 25 25 "repr" {>= "0.6.0"} 26 26 "ppx_repr" 27 27 "fmt" {>= "0.8.5"} 28 - "logs" {>= "0.7.0"} 28 + "logs" {>= "0.7.0" & < "0.8.0"} 29 29 "mtime" {>= "1.1.0" & < "2.0.0"} 30 30 "cmdliner" 31 31 "progress" {>= "0.2.1"}
+1 -1
packages/index/index.1.6.2/opam
··· 25 25 "repr" {>= "0.6.0"} 26 26 "ppx_repr" 27 27 "fmt" {>= "0.8.5"} 28 - "logs" {>= "0.7.0"} 28 + "logs" {>= "0.7.0" & < "0.8.0"} 29 29 "mtime" {>= "2.0.0"} 30 30 "cmdliner" 31 31 "progress" {>= "0.2.1"}