Skip to content

Commit

Permalink
Add remaining upper bounds to ppxlib revdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanReb committed Oct 8, 2020
1 parent c17d205 commit a099ba1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/metapp/metapp.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bug-reports: "https://github.com/thierry-martinez/metapp"
depends: [
"ocaml" {>= "4.08.0" & < "4.12.0"}
"stdcompat" {>= "12"}
"ppxlib" {>= "0.16.0"}
"ppxlib" {>= "0.16.0" & < "0.18.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}
Expand Down
2 changes: 1 addition & 1 deletion packages/metaquot/metaquot.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bug-reports: "https://github.com/thierry-martinez/metaquot"
depends: [
"ocaml" {>= "4.08.0" & < "4.12.0"}
"stdcompat" {>= "12"}
"ppxlib" {>= "0.16.0"}
"ppxlib" {>= "0.16.0" & < "0.18.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"metapp" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_bitstring/ppx_bitstring.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"ocaml" {>= "4.04.1"}
"bitstring" {>= "4.0.0"}
"ocaml" {with-test & >= "4.08.0"}
"ppxlib" {build & >= "0.16.0"}
"ppxlib" {build & >= "0.16.0" & < "0.18.0"}
"ounit" {with-test}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_custom_printf/ppx_custom_printf.v0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"base" {>= "v0.13" & < "v0.14"}
"ppx_sexp_conv" {>= "v0.13" & < "v0.14"}
"dune" {>= "1.5.1"}
"ppxlib" {>= "0.9.0"}
"ppxlib" {>= "0.9.0" & < "0.18.0"}
]
synopsis: "Printf-style format-strings for user-defined string conversion"
description: "
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_deriving_rpc/ppx_deriving_rpc.8.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.0.0"}
"rpclib" {= version}
"rresult"
"ppxlib" {>= "0.9.0"}
"ppxlib" {>= "0.9.0" & < "0.18.0"}
"lwt" {with-test & >= "3.0.0"}
"alcotest" {with-test}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_optcomp/ppx_optcomp.v0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"base" {>= "v0.13" & < "v0.14"}
"stdio" {>= "v0.13" & < "v0.14"}
"dune" {>= "1.5.1"}
"ppxlib" {>= "0.9.0"}
"ppxlib" {>= "0.9.0" & < "0.18.0"}
]
synopsis: "Optional compilation for OCaml"
description: "
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_python/ppx_python.v0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"base" {>= "v0.13" & < "v0.14"}
"ppx_base" {>= "v0.13" & < "v0.14"}
"dune" {>= "1.5.1"}
"ppxlib" {>= "0.9.0"}
"ppxlib" {>= "0.9.0" & < "0.18.0"}
"pyml" {>= "20190626"}
]
synopsis: "[@@deriving] plugin to generate Python conversion functions"
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_sexp_message/ppx_sexp_message.v0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"ppx_here" {>= "v0.13" & < "v0.14"}
"ppx_sexp_conv" {>= "v0.13" & < "v0.14"}
"dune" {>= "1.5.1"}
"ppxlib" {>= "0.9.0"}
"ppxlib" {>= "0.9.0" & < "0.18.0"}
]
synopsis: "A ppx rewriter for easy construction of s-expressions"
description: "
Expand Down

0 comments on commit a099ba1

Please sign in to comment.