File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ authors: [
1010]
1111
1212depends: [
13- "ocaml"
13+ "ocaml" {< "5.0"}
1414 "ocamlbuild" {build}
1515]
1616build: [make]
1717synopsis: "Travis CI (Continuous Integration) helpers"
1818description: """
19- This package installs a set of helper tools that integrate your
19+ This package installs a set of helper tools that integrate your
2020OCaml project with the Travis CI (http://travis-ci.org) online
2121continuous integration system.
2222
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ authors: [
1111]
1212
1313depends: [
14- "ocaml"
14+ "ocaml" {< "5.0"}
1515 "ocamlbuild" {build}
1616]
1717build: [make]
1818synopsis: "Travis CI (Continuous Integration) helpers"
1919description: """
20- This package installs a set of helper tools that integrate your
20+ This package installs a set of helper tools that integrate your
2121OCaml project with the Travis CI (http://travis-ci.org) online
2222continuous integration system.
2323
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ authors: [
1111]
1212
1313depends: [
14- "ocaml"
14+ "ocaml" {< "5.0"}
1515 "ocamlbuild" {build}
1616]
1717build: [make]
1818synopsis: "Travis CI (Continuous Integration) helpers"
1919description: """
20- This package installs a set of helper tools that integrate your
20+ This package installs a set of helper tools that integrate your
2121OCaml project with the Travis CI (http://travis-ci.org) online
2222continuous integration system.
2323
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors: [
1010]
1111
1212depends: [
13- "ocaml"
13+ "ocaml" {< "5.0"}
1414 "ocamlbuild" {build}
1515]
1616depexts: [
@@ -25,7 +25,7 @@ depexts: [
2525build: [make]
2626synopsis: "Travis CI (Continuous Integration) helpers"
2727description: """
28- This package installs a set of helper tools that integrate your
28+ This package installs a set of helper tools that integrate your
2929OCaml project with the Travis CI (http://travis-ci.org) online
3030continuous integration system.
3131
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ build: [
1717]
1818
1919depends: [
20- "ocaml"
20+ "ocaml" {< "5.0"}
2121 "jbuilder" {>= "1.0+beta7"}
2222 "jsonm" {build}
2323]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ build: [
1717]
1818
1919depends: [
20- "ocaml"
20+ "ocaml" {< "5.0"}
2121 "jbuilder" {>= "1.0+beta7"}
2222 "jsonm" {build}
2323]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ homepage: "https://github.com/ocaml/ocaml-ci-scripts"
1111doc: "https://ocaml.github.io/ocaml-ci-scripts/"
1212bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues"
1313depends: [
14- "ocaml"
14+ "ocaml" {< "5.0"}
1515 "jbuilder" {>= "1.0+beta7"}
1616 "jsonm" {build}
1717]
2525 src:
2626 "https://github.com/ocaml/ocaml-ci-scripts/releases/download/1.4.0/travis-opam-1.4.0.tbz"
2727 checksum: "md5=b4bf6f93c03cb65a4ba4e22a062a6554"
28- }
28+ }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ doc: "https://ocaml.github.io/ocaml-ci-scripts/"
1212bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues"
1313depends: [
1414 "dune"
15- "ocaml"
15+ "ocaml" {< "5.0"}
1616 "jsonm" {build}
1717 "opam-file-format" {build}
1818]
You can’t perform that action at this time.
0 commit comments