Skip to content

Commit

Permalink
add version contraints for janestreet packages defining a camlp4 synt…
Browse files Browse the repository at this point in the history
…ax extension

for js_pkg in "sexplib" "bin_prot" "type_conv" "variantslib" "fieldslib":
  for pkg in all_packages():
    if pkg depends on js_pkg and "type_conv":
      pkg.add_constraint(js_pkg < next-version-of(js_pkg))
  • Loading branch information
Jeremie Dimino committed Jan 20, 2016
1 parent 3e30422 commit 28ae4a8
Show file tree
Hide file tree
Showing 246 changed files with 335 additions and 335 deletions.
4 changes: 2 additions & 2 deletions packages/async-zmq/async-zmq.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ remove: [
]
depends: [
"async"
"sexplib"
"fieldslib"
"sexplib" {< "113.01.00"}
"fieldslib" {< "113.01.00"}
"zmq" {>= "4.0-2"}
"ocamlfind"
"oasis"
Expand Down
2 changes: 1 addition & 1 deletion packages/async-zmq/async-zmq.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"obuild" {build}
"core"
"async"
"sexplib"
"sexplib" {< "113.01.00"}
"zmq"
]
available: [ocaml-version >= "4.01.0"]
2 changes: 1 addition & 1 deletion packages/async-zmq/async-zmq.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"obuild" {build}
"core"
"async"
"sexplib"
"sexplib" {< "113.01.00"}
"zmq"
]
available: [ocaml-version >= "4.01.0"]
6 changes: 3 additions & 3 deletions packages/async_extra/async_extra.108.00.01/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ depends: [
"ocamlfind"
"async_unix" {= "108.00.01"}
"async_core" {= "108.00.01"}
"bin_prot"
"bin_prot" {< "113.01.00"}
"core"
"fieldslib"
"fieldslib" {< "113.01.00"}
"pa_ounit"
"pipebang"
"sexplib"
"sexplib" {< "113.01.00"}
"ocamlbuild" {build}
]
6 changes: 3 additions & 3 deletions packages/async_unix/async_unix.108.00.01/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ depends: [
"camlp4"
"ocamlfind"
"async_core" {= "108.00.01"}
"bin_prot"
"bin_prot" {< "113.01.00"}
"core"
"fieldslib"
"fieldslib" {< "113.01.00"}
"pa_ounit"
"pipebang"
"sexplib"
"sexplib" {< "113.01.00"}
"ocamlbuild" {build}
]
2 changes: 1 addition & 1 deletion packages/bookaml/bookaml.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"ocamlnet" {>= "4"}
"tyxml"
"camlp4"
"sexplib"
"sexplib" {< "113.01.00"}
"type_conv"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/camlhighlight/camlhighlight.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ remove: [["ocamlfind" "remove" "camlhighlight"]]
depends: [
"ocamlfind"
"batteries" {>= "2"}
"sexplib"
"sexplib" {< "113.01.00"}
"type_conv"
"tyxml" {>= "3.2" & < "4"}
"ocamlbuild" {build}
Expand Down
2 changes: 1 addition & 1 deletion packages/charrua-core/charrua-core.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"ocamlfind" {build}
"lwt"
"cstruct"
"sexplib"
"sexplib" {< "113.01.00"}
"menhir"
"ipaddr"
"tcpip"
Expand Down
2 changes: 1 addition & 1 deletion packages/charrua-core/charrua-core.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
depends: [
"ocamlfind" {build}
"cstruct"
"sexplib"
"sexplib" {< "113.01.00"}
"menhir"
"ipaddr"
"tcpip"
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ depends: [
"re"
"uri" {>= "1.3.13" & < "1.5.0"}
"ounit"
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"ocamlbuild" {build}
]
depopts: [
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.10.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ depends: [
"re"
"uri" {>= "1.5.0"}
"ounit"
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"ocamlbuild" {build}
]
depopts: [
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ depends: [
"uri" {>= "1.5.0"}
"stringext"
"ounit"
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {= "0.5.1"}
"ocamlbuild" {build}
]
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.11.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ depends: [
"uri" {>= "1.5.0"}
"stringext"
"ounit"
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {= "0.5.1"}
"lwt" {>= "2.4.3" & < "2.5.0"}
"ssl"
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.11.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ depends: [
"uri" {>= "1.5.0"}
"stringext"
"ounit"
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {= "0.5.1"}
"ocamlbuild" {build}
]
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ depends: [
"re"
"uri" {>= "1.5.0"}
"ounit"
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.6.0"}
"stringext"
"ocamlbuild" {build}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ depends: [
"re"
"uri" {>= "1.5.0"}
"ounit"
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"cmdliner" {>= "0.9.4"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.14.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.5.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {< "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.15.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.5.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.15.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.5.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.15.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.5.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.16.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.8.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.16.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.8.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.17.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.8.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.17.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.8.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.17.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.18.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.18.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.18.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.18.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.19.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.19.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.19.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/cohttp/cohttp.0.19.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ depends: [
"cmdliner" {build & >= "0.9.4"}
"re"
"uri" {>= "1.9.0"}
"fieldslib" {>= "109.20.00"}
"sexplib" {>= "109.53.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0"}
"stringext"
"base64" {>= "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.9.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"uri" {>= "1.3.8" & < "1.5.0"}
"ounit"
"cstruct" {>= "0.8.0"}
"fieldslib" {>= "109.20.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"ocamlbuild" {build}
]
depopts: [
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.9.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"uri" {>= "1.3.8" & < "1.5.0"}
"ounit"
"cstruct" {>= "1.0.1"}
"fieldslib" {>= "109.20.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"ocamlbuild" {build}
]
depopts: [
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.9.14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"uri" {>= "1.3.8" & < "1.5.0"}
"ounit"
"cstruct" {>= "1.0.1"}
"fieldslib" {>= "109.20.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"ocamlbuild" {build}
]
depopts: [
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.9.15/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"uri" {>= "1.3.8" & < "1.5.0"}
"ounit"
"cstruct" {>= "1.0.1"}
"fieldslib" {>= "109.20.00"}
"fieldslib" {>= "109.20.00" & < "113.01.00"}
"ocamlbuild" {build}
]
depopts: [
Expand Down
Loading

0 comments on commit 28ae4a8

Please sign in to comment.