Skip to content

Commit 51ce468

Browse files
committed
Put an upper bound on all packages depending on camomile. Refs: ocaml#23545
1 parent e8e6a5b commit 51ce468

File tree

105 files changed

+132
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+132
-120
lines changed

packages/batteries/batteries.1.4.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ remove: [
1111
depends: [
1212
"ocaml" {< "4.00.0"}
1313
"ocamlfind"
14-
"camomile"
14+
"camomile" {< "2.0.0"}
1515
"ocamlbuild" {build}
1616
"num"
1717
]

packages/batteries/batteries.1.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ remove: [
1111
depends: [
1212
"ocaml" {<= "4.00.1"}
1313
"ocamlfind"
14-
"camomile"
14+
"camomile" {< "2.0.0"}
1515
"ocamlbuild" {build}
1616
"num"
1717
]

packages/catala/catala.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"visitors" {>= "20200210"}
2929
"benchmark" {>= "1.6"}
3030
"js_of_ocaml-ppx" {>= "3.8.0"}
31-
"camomile" {>= "1.0.2"}
31+
"camomile" {>= "1.0.2" & < "2.0.0"}
3232
]
3333
build: [
3434
["dune" "subst"] {dev}

packages/catala/catala.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"visitors" {>= "20200210"}
2929
"benchmark" {>= "1.6"}
3030
"js_of_ocaml-ppx" {>= "3.8.0"}
31-
"camomile" {>= "1.0.2"}
31+
"camomile" {>= "1.0.2" & < "2.0.0"}
3232
"cppo" {>= "1"}
3333
"odoc" {with-doc}
3434
]

packages/catala/catala.0.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ depends: [
3434
"visitors" {>= "20200210"}
3535
"benchmark" {>= "1.6"}
3636
"js_of_ocaml-ppx" {>= "3.8.0"}
37-
"camomile" {>= "1.0.2"}
37+
"camomile" {>= "1.0.2" & < "2.0.0"}
3838
"z3" {>= "4.8.11"}
3939
"cppo" {>= "1"}
4040
"alcotest" {with-test & >= "1.5.0"}

packages/gasoline/gasoline.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.01.0" & < "4.02.0"}
1313
"bsdowl"
1414
"ocamlfind"
15-
"camomile"
15+
"camomile" {< "2.0.0"}
1616
"conf-bmake"
1717
]
1818
build: [

packages/gasoline/gasoline.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.02.0" & < "4.06.0"}
1313
"broken" {>= "0.4.2"}
1414
"bsdowl" {>= "3.0.0"}
15-
"camomile" {>= "0.8.5"}
15+
"camomile" {>= "0.8.5" & < "2.0.0"}
1616
"conf-bmake"
1717
"configuration" {>= "0.4.1"}
1818
"getopts" {>= "0.3.2"}

packages/gasoline/gasoline.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.02.0" & < "4.06.0"}
1313
"broken" {>= "0.4.2"}
1414
"bsdowl" {>= "3.0.0"}
15-
"camomile" {>= "0.8.5"}
15+
"camomile" {>= "0.8.5" & < "2.0.0"}
1616
"configuration" {>= "0.4.1"}
1717
"conf-bmake"
1818
"getopts" {>= "0.3.2"}

packages/gasoline/gasoline.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.02.0" & < "4.06.0"}
1313
"broken" {>= "0.4.2"}
1414
"bsdowl" {>= "3.0.0"}
15-
"camomile" {>= "0.8.5"}
15+
"camomile" {>= "0.8.5" & < "2.0.0"}
1616
"configuration" {>= "0.4.1"}
1717
"conf-bmake"
1818
"getopts" {>= "0.4.0"}

packages/gettext-camomile/gettext-camomile.0.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build: [
1818
depends: [
1919
"ocaml" {>= "4.03.0"}
2020
"dune" {>= "1.11.0"}
21-
"camomile"
21+
"camomile" {< "2.0.0"}
2222
"gettext" {= version}
2323
"ounit" {with-test & > "2.0.8"}
2424
"fileutils" {with-test}

0 commit comments

Comments
 (0)