Skip to content

Commit

Permalink
Merge pull request #11628 from janestreet/v0.11
Browse files Browse the repository at this point in the history
fixes following core suite v0.11
  • Loading branch information
kit-ty-kate authored Mar 22, 2018
2 parents 786c8b8 + 77f9d92 commit e7296aa
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/async_inotify/async_inotify.v0.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"core" {>= "v0.10" & < "v0.11"}
"ppx_driver" {>= "v0.10" & < "v0.11"}
"ppx_jane" {>= "v0.10" & < "v0.11"}
"inotify"
"inotify" {>= "2.0"}
"jbuilder" {build & >= "1.0+beta12"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/async_inotify/async_inotify.v0.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"inotify"
"inotify" {>= "2.0"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 1 addition & 1 deletion packages/bistro/bistro.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dev-repo: "https://github.com/pveber/bistro.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"jbuilder" {build & >= "1.0+beta8"}
"core" {>= "0.9.0"}
"core" {>= "v0.9.0" & < "v0.11" }
"lwt"
"ocamlgraph" {>= "1.8.7"}
"rresult"
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoinml/bitcoinml.0.2.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [

depends: [
"jbuilder" {build & >= "1.0+beta11"}
"base" {build & >= "v0.9.2"}
"base" {build & >= "v0.9.2" & < "v0.11"}
"configurator" {build & >= "v0.9.1"}
"ppx_jane" {build & >= "v0.9.0"}
"ppx_bitstring" {build & >= "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoinml/bitcoinml.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dev-repo: "https://github.com/dakk/bitcoinml.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"jbuilder" {build & >= "1.0+beta9"}
"base" {build & >= "v0.9.2"}
"base" {build & >= "v0.9.2" & < "v0.11" }
"stdio" {build & >= "v0.9.0"}
"configurator" {build & >= "v0.9.1"}
"bitstring" {build & >= "2.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoinml/bitcoinml.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-test: ["jbuilder" "build" "-p" name "-j" jobs "@runtest" "@doc"]
build-doc: ["jbuilder" "build" "-p" name "-j" jobs "@doc"]
depends: [
"jbuilder" {build & >= "1.0+beta11"}
"base" {build & >= "v0.9.2"}
"base" {build & >= "v0.9.2" & < "v0.11" }
"configurator" {build & >= "v0.9.1"}
"ppx_jane" {build & >= "v0.9.0"}
"ppx_bitstring" {build & >= "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoinml/bitcoinml.0.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-test: ["jbuilder" "build" "-p" name "-j" jobs "@runtest" "@doc"]
build-doc: ["jbuilder" "build" "-p" name "-j" jobs "@doc"]
depends: [
"jbuilder" {build & >= "1.0+beta11"}
"base" {build & >= "v0.9.2"}
"base" {build & >= "v0.9.2" & < "v0.11" }
"configurator" {build & >= "v0.9.1"}
"ppx_jane" {build & >= "v0.9.0"}
"ppx_bitstring" {build & >= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/boomerang/boomerang.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ build-test: [
]
depends: [
"base-unix"
"core"
"core" {< "v0.10"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ppx_deriving"
"ppx_hash"
]
available: [ ocaml-version >= "4.02.0" ]
available: [ ocaml-version >= "4.02.0" & ocaml-version < "4.04" ]
2 changes: 1 addition & 1 deletion packages/capnp/capnp.3.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-test: ["jbuilder" "build" "@runtest" "@src/benchmark/benchmarks"]
depends: [
"jbuilder" {build}
"result"
"core_kernel" {>= "v0.10.0"}
"core_kernel" {>= "v0.10.0" & < "v0.11"}
"extunix"
"ocplib-endian" {>= "0.7"}
"res"
Expand Down
2 changes: 1 addition & 1 deletion packages/cfstream/cfstream.1.2.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dev-repo: "https://github.com/biocaml/cfstream.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"jbuilder" {build}
"core_kernel" {>= "v0.9.0"}
"core_kernel" {>= "v0.9.0" & < "v0.11" }
"ounit"
]
available: [ocaml-version >= "4.01.0"]
2 changes: 1 addition & 1 deletion packages/conduit-async/conduit-async.1.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"jbuilder" {build & >="1.0+beta9"}
"ppx_sexp_conv" {build}
"conduit" {>="1.0.0"}
"async" {>= "v0.10.0"}
"async" {>= "v0.10.0" & < "v0.11"}
]
depopts: [ "async_ssl" ]
conflicts: [
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lwt/core-lwt.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ depends: [
"oasis" {build & >= "0.4.0"}
"base-unix"
"base-threads"
"core_kernel" {>= "v0.9.0"}
"core_kernel" {>= "v0.9.0" & < "v0.11"}
"lwt" { >= "3.0.0" & < "4.0.0"}
]

Expand Down
2 changes: 1 addition & 1 deletion packages/frag/frag.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build: [
["ocaml" "setup.ml" "-build"]
]
depends: [
"core" {>= "109.42.00"}
"core" {>= "109.42.00" & < "v0.10"}
"mpp"
"ocamlfind"
"re"
Expand Down
2 changes: 1 addition & 1 deletion packages/netml/netml.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"ppx_deriving" {build}
"ppx_deriving_yojson" {build}
"bitstring" {>= "2.1.0"}
"core"
"core" {< "v0.10"}
"yojson"
]

Expand Down
2 changes: 1 addition & 1 deletion packages/osm_xml/osm_xml.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ remove: [
["ocamlfind" "remove" "osm_xml"]
]
depends: [
"core"
"core" {< "v0.11"}
"xmlm"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/prettiest/prettiest.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"base"
"base" {< "v0.11"}
"ppx_compare"
"ocaml-migrate-parsetree"
"jbuilder" {build & >= "1.0+beta12"}
Expand Down
2 changes: 1 addition & 1 deletion packages/prettiest/prettiest.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"base"
"base" {< "v0.11"}
"ppx_compare"
"ocaml-migrate-parsetree"
"jbuilder" {build & >= "1.0+beta12"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ build: [
depends: [
"jbuilder" {build & >= "1.0+beta9"}
"session-postgresql"
"async"
"async" {< "v0.11"}
"base-threads"
]
2 changes: 1 addition & 1 deletion packages/trie/trie.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ remove: [
]
depends: [
"ocamlfind" {build}
"core_kernel"
"core_kernel" {< "v0.10"}
]

0 comments on commit e7296aa

Please sign in to comment.