this repo has no description
0
fork

Configure Feed

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

Merge pull request #27634 from mseri/alcotest

Alcotest 1.9.0 upper bounds

authored by

Marcello Seri and committed by
GitHub
8ff0297c b8ea34c3

+9 -9
+1 -1
packages/junit_alcotest/junit_alcotest.2.0.1/opam
··· 10 10 depends: [ 11 11 "dune" {>= "1.0"} 12 12 "odoc" {with-doc & >= "1.1.1"} 13 - "alcotest" {>= "0.8.0"} 13 + "alcotest" {>= "0.8.0" & < "1.9.0"} 14 14 "junit" 15 15 ] 16 16 build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.0.2/opam
··· 10 10 depends: [ 11 11 "dune" {>= "1.0"} 12 12 "odoc" {with-doc & >= "1.1.1"} 13 - "alcotest" 13 + "alcotest" {< "1.9.0"} 14 14 "junit" {= version} 15 15 ] 16 16 build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.0/opam
··· 11 11 "ocaml" {>= "4.02.3"} 12 12 "jbuilder" {>= "1.0+beta10"} 13 13 "odoc" {with-doc & >= "1.1.1"} 14 - "alcotest" {>= "0.8.0"} 14 + "alcotest" {>= "0.8.0" & < "1.9.0"} 15 15 "junit" 16 16 ] 17 17 build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.1.0/opam
··· 10 10 depends: [ 11 11 "dune" {>= "1.0"} 12 12 "odoc" {with-doc & >= "1.1.1"} 13 - "alcotest" {>= "1.7.0"} 13 + "alcotest" {>= "1.7.0" & < "1.9.0"} 14 14 "junit" {= version} 15 15 ] 16 16 build: [
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.2.0.0/opam
··· 23 23 depends: [ 24 24 "ocaml" {>= "4.05.0"} 25 25 "dune" 26 - "alcotest" {with-test} 26 + "alcotest" {with-test & < "1.9.0"} 27 27 "ppx_deriving" {with-test} 28 28 "mirage-clock" {>= "2.0.0" & < "3.0.0"} 29 29 "mirage-kv-lwt" {>= "2.0.0"}
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.3.0.0/opam
··· 23 23 depends: [ 24 24 "ocaml" {>= "4.06.0"} 25 25 "dune" {>= "1.3.0"} 26 - "alcotest" {with-test} 26 + "alcotest" {with-test & < "1.9.0"} 27 27 "ppx_deriving" {with-test} 28 28 "mirage-clock" {>= "3.0.0"} 29 29 "mirage-kv" {>= "3.0.0" & < "5.0.0"}
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.3.1.0/opam
··· 23 23 depends: [ 24 24 "ocaml" {>= "4.08.0"} 25 25 "dune" {>= "1.3.0"} 26 - "alcotest" {with-test} 26 + "alcotest" {with-test & < "1.9.0"} 27 27 "ppx_deriving" {with-test} 28 28 "mirage-clock" {>= "3.0.0"} 29 29 "mirage-kv" {>= "5.0.0" & < "6.0.0"}
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.3.2.1/opam
··· 23 23 depends: [ 24 24 "ocaml" {>= "4.08.0"} 25 25 "dune" {>= "1.3.0"} 26 - "alcotest" {with-test} 26 + "alcotest" {with-test & < "1.9.0"} 27 27 "mirage-clock" {>= "3.0.0"} 28 28 "mirage-kv" {>= "6.0.0"} 29 29 "fmt"
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.4.0.0/opam
··· 23 23 depends: [ 24 24 "ocaml" {>= "4.08.0"} 25 25 "dune" {>= "1.3.0"} 26 - "alcotest" {with-test} 26 + "alcotest" {with-test & < "1.9.0"} 27 27 "mirage-ptime" {>= "5.0.0"} 28 28 "mirage-kv" {>= "6.0.0"} 29 29 "fmt" {>= "0.9.0"}