Skip to content

Commit

Permalink
add bounds on jbuilder version
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendoligez committed Feb 14, 2018
1 parent 9d3991e commit 4fe6088
Show file tree
Hide file tree
Showing 27 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/ago/ago.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ bug-reports: "https://github.com/lindig/ocaml-ago/issues"
build: [["jbuilder" "build" "-p" name "-j" jobs]]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
]
2 changes: 1 addition & 1 deletion packages/atd/atd.1.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-test: [
]

depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"menhir"
"easy-format"
]
2 changes: 1 addition & 1 deletion packages/atd/atd.1.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-test: [
]

depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"menhir"
"easy-format"
]
4 changes: 2 additions & 2 deletions packages/biniou/biniou.1.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ build-test: [

depends: [
"conf-which" {build}
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"easy-format"
]

available: [ocaml-version >= "4.02.3"]
available: [ocaml-version >= "4.02.3"]
2 changes: 1 addition & 1 deletion packages/camlon/camlon.2.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ bug-reports:
dev-repo: "hg://https://bitbucket.org/camlspotter/camlon"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
]
available: [ocaml-version >= "4.03.0"]
2 changes: 1 addition & 1 deletion packages/clarity/clarity.0.1.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bug-reports: "https://github.com/IndiscriminateCoding/clarity/issues"
dev-repo: "https://github.com/IndiscriminateCoding/clarity.git"
license: "BSD3"
available: [ ocaml-version >= "4.04.0" ]
depends: [ "jbuilder" {build} "ocamlfind" {build} ]
depends: [ "jbuilder" {build & >= "1.0+beta7"} "ocamlfind" {build} ]
build: [
[ "jbuilder" "build" ]
]
Expand Down
2 changes: 1 addition & 1 deletion packages/clarity/clarity.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bug-reports: "https://github.com/IndiscriminateCoding/clarity/issues"
dev-repo: "https://github.com/IndiscriminateCoding/clarity.git"
license: "BSD3"
available: [ ocaml-version >= "4.04.0" ]
depends: [ "jbuilder" {build} "ocamlfind" {build} ]
depends: [ "jbuilder" {build & >= "1.0+beta7"} "ocamlfind" {build} ]
build: [
[ "jbuilder" "build" ]
]
Expand Down
2 changes: 1 addition & 1 deletion packages/clarity/clarity.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bug-reports: "https://github.com/IndiscriminateCoding/clarity/issues"
dev-repo: "https://github.com/IndiscriminateCoding/clarity.git"
license: "BSD3"
available: [ ocaml-version >= "4.04.0" ]
depends: [ "jbuilder" {build} "ocamlfind" {build} ]
depends: [ "jbuilder" {build & >= "1.0+beta7"} "ocamlfind" {build} ]
build: [
[ "jbuilder" "build" ]
]
Expand Down
2 changes: 1 addition & 1 deletion packages/containers/containers.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]
build-doc: ["jbuilder" "build" "@doc"]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta12"}
"result"
]
depopts: [
Expand Down
2 changes: 1 addition & 1 deletion packages/cryptodbm/cryptodbm.0.84.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ homepage: "https://github.com/lebotlan/ocaml-cryptodbm"
bug-reports: "https://github.com/lebotlan/ocaml-cryptodbm/issues"
dev-repo: "git://github.com/lebotlan/ocaml-cryptodbm.git"
license: "MIT License"
depends: [ "jbuilder" "dbm" "fileutils" "cryptokit" ]
depends: [ "jbuilder" {>= "1.0+beta7"} "dbm" "fileutils" "cryptokit" ]
available: [ ocaml-version >= "4.02.3" ]
build: [["jbuilder" "build" "-p" name "-j" jobs]]
2 changes: 1 addition & 1 deletion packages/csv/csv.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta9"}
"base-bytes"
"base-unix"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: "js_of_ocaml-ocamlbuild"
build: [["jbuilder" "build" "-p" name "-j" jobs]]

depends: [
"jbuilder" {build & >= "1.0+beta7"}
"jbuilder" {build & >= "1.0+beta9"}
"ocamlbuild"
]

Expand Down
2 changes: 1 addition & 1 deletion packages/json_of_jsonm/json_of_jsonm.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]

depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"jsonm"
]

Expand Down
2 changes: 1 addition & 1 deletion packages/ocamlformat_support/ocamlformat_support.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "https://github.com/ocaml-ppx/ocamlformat.git#support"
license: "LGPL-2 with OCaml linking exception"
available: [ ocaml-version >= "4.04.0" ]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
]
build: [
[make]
Expand Down
2 changes: 1 addition & 1 deletion packages/ocamlformat_support/ocamlformat_support.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ license: "LGPL-2 with OCaml linking exception"
dev-repo: "https://github.com/ocaml-ppx/ocamlformat.git#support"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
]
available: [ocaml-version >= "4.04.0"]
2 changes: 1 addition & 1 deletion packages/octavius/octavius.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags: ["doc" "ocamldoc" "org:ocaml-doc"]
available: [ ocaml-version >= "4.03.0"]
depends: [
"ocamlfind" {build}
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"topkg" {build & >= "0.7.5"} ]

build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/octavius/octavius.1.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags: ["doc" "ocamldoc" "org:ocaml-doc"]
available: [ ocaml-version >= "4.03.0"]
depends: [
"ocamlfind" {build}
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"topkg" {build & >= "0.7.5"} ]

build: [
Expand Down
4 changes: 2 additions & 2 deletions packages/opaca/opaca.0.1.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ license: "MIT License"
build: ["jbuilder" "build"]
available: [ocaml-version >= "4.03.0"]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"topkg" {build}
]
]
2 changes: 1 addition & 1 deletion packages/rope/rope.0.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"base-bytes"
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"benchmark" {test}
]
available: [ocaml-version >= "4.03.0"]
2 changes: 1 addition & 1 deletion packages/rope/rope.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"base-bytes"
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"benchmark" {test}
]
available: [ocaml-version >= "4.03.0"]
2 changes: 1 addition & 1 deletion packages/sequence/sequence.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-doc: [["jbuilder" "build" "@doc"]]
depends: [
"base-bytes"
"result"
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta12"}
"qcheck" {test}
"qtest" {test}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/smbc/smbc.0.4.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["logic" "narrowing" "model" "smt"]
dev-repo: "https://github.com/c-cube/smbc.git"
build: ["jbuilder" "build" "@install"]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta6"}
"base-bytes"
"containers" {>= "1.0"}
"sequence" {>= "0.4"}
Expand Down
2 changes: 1 addition & 1 deletion packages/vcardgen/vcardgen.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ license: "BSD2"
dev-repo: "https://github.com/vzaliva/vcardgen.git"
build: ["jbuilder" "build"]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
]
2 changes: 1 addition & 1 deletion packages/vpt/vpt.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
]
2 changes: 1 addition & 1 deletion packages/vpt/vpt.3.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
]
2 changes: 1 addition & 1 deletion packages/vpt/vpt.4.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
]
2 changes: 1 addition & 1 deletion packages/zipperposition/zipperposition.1.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"zarith"
"containers" {>= "1.0"}
"sequence" {>= "0.4"}
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta7"}
"msat" {>= "0.5" & < "1.0"}
"menhir" {build}
]
Expand Down

0 comments on commit 4fe6088

Please sign in to comment.