Skip to content

Commit 1a4b895

Browse files
authored
Merge pull request #28019 from mseri/ppxlib
Add ppxlib upperbounds
2 parents c4f97bf + eefc034 commit 1a4b895

File tree

10 files changed

+11
-11
lines changed
  • packages
    • hardcaml/hardcaml.v0.17.0
    • ppx_derive_at_runtime/ppx_derive_at_runtime.v0.17.0
    • ppx_diff/ppx_diff.v0.17.0
    • ppx_globalize/ppx_globalize.v0.17.0
    • ppx_jsonaf_conv/ppx_jsonaf_conv.v0.17.0
    • ppx_pattern_bind/ppx_pattern_bind.v0.17.0
    • ppx_quick_test/ppx_quick_test.v0.17.0
    • ppx_typed_fields/ppx_typed_fields.v0.17.0
    • ppxx/ppxx.2.5.0
    • streamable/streamable.v0.17.0

10 files changed

+11
-11
lines changed

packages/hardcaml/hardcaml.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
1919
"stdio" {>= "v0.17" & < "v0.18"}
2020
"dune" {>= "3.11.0"}
21-
"ppxlib" {>= "0.28.0"}
21+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
2222
"zarith" {>= "1.11"}
2323
]
2424
available: arch != "arm32" & arch != "x86_32"

packages/ppx_derive_at_runtime/ppx_derive_at_runtime.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"expect_test_helpers_core" {>= "v0.17" & < "v0.18"}
1616
"ppx_jane" {>= "v0.17" & < "v0.18"}
1717
"dune" {>= "3.11.0"}
18-
"ppxlib" {>= "0.28.0"}
18+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
1919
]
2020
available: arch != "arm32" & arch != "x86_32"
2121
synopsis: "Define a new ppx deriver by naming a runtime module."

packages/ppx_diff/ppx_diff.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"ppx_jane" {>= "v0.17" & < "v0.18"}
1919
"ppxlib_jane" {>= "v0.17" & < "v0.18"}
2020
"dune" {>= "3.11.0"}
21-
"ppxlib" {>= "0.28.0"}
21+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
2222
]
2323
available: arch != "x86_32"
2424
synopsis: "A PPX rewriter that genreates the implementation of [Ldiffable.S]."

packages/ppx_globalize/ppx_globalize.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"base" {>= "v0.17" & < "v0.18"}
1515
"ppxlib_jane" {>= "v0.17" & != "v0.17.1"}
1616
"dune" {>= "3.11.0"}
17-
"ppxlib" {>= "0.28.0"}
17+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
1818
]
1919
available: arch != "x86_32"
2020
synopsis: "A ppx rewriter that generates functions to copy local values to the global heap"

packages/ppx_jsonaf_conv/ppx_jsonaf_conv.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"jsonaf" {>= "v0.17" & < "v0.18"}
1616
"ppx_jane" {>= "v0.17" & < "v0.18"}
1717
"dune" {>= "3.11.0"}
18-
"ppxlib" {>= "0.28.0"}
18+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
1919
]
2020
available: arch != "arm32" & arch != "x86_32"
2121
synopsis: "[@@deriving] plugin to generate Jsonaf conversion functions"

packages/ppx_pattern_bind/ppx_pattern_bind.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"base" {>= "v0.17" & < "v0.18"}
1515
"ppx_let" {>= "v0.17" & < "v0.18"}
1616
"dune" {>= "3.11.0"}
17-
"ppxlib" {>= "0.28.0"}
17+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
1818
]
1919
available: arch != "arm32" & arch != "x86_32"
2020
synopsis: "A ppx for writing fast incremental bind nodes in a pattern match"

packages/ppx_quick_test/ppx_quick_test.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
2525
"ppx_sexp_message" {>= "v0.17" & < "v0.18"}
2626
"dune" {>= "3.11.0"}
27-
"ppxlib" {>= "0.28.0"}
27+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
2828
]
2929
available: arch != "arm32" & arch != "x86_32"
3030
synopsis: "Spiritual equivalent of let%expect_test, but for property based tests as an ergonomic wrapper to write quickcheck tests."

packages/ppx_typed_fields/ppx_typed_fields.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"sexplib" {>= "v0.17" & < "v0.18"}
2222
"sexplib0" {>= "v0.17" & < "v0.18"}
2323
"dune" {>= "3.11.0"}
24-
"ppxlib" {>= "0.28.0"}
24+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
2525
]
2626
available: arch != "arm32" & arch != "x86_32"
2727
synopsis: "GADT-based field accessors and utilities"

packages/ppxx/ppxx.2.5.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://gitlab.com/camlspotter/ppxx/-/issues"
1212
depends: [
1313
"ocaml" {>= "4.08.0"}
1414
"dune" {>= "2.0"}
15-
"ppxlib" {>= "0.23.0"}
15+
"ppxlib" {>= "0.23.0" & < "0.36.0"}
1616
]
1717
build: ["dune" "build" "-p" name "-j" jobs]
1818
dev-repo: "git+https://gitlab.com/camlspotter/ppxx"
@@ -23,4 +23,4 @@ url {
2323
"md5=bdb4e3b374b556de3d74ebcba0b8e84d"
2424
"sha512=b6fc67aa710044751d6209626d6d3dba80b4fa9ab8fe45e3d68c18ee5dc5af382199ef6cb1df9aa6fad9459a64a6eb21feef65be0d9e6568d0e55ba2ebd21e79"
2525
]
26-
}
26+
}

packages/streamable/streamable.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"core_kernel" {>= "v0.17" & < "v0.18"}
1919
"ppx_jane" {>= "v0.17" & < "v0.18"}
2020
"dune" {>= "3.11.0"}
21-
"ppxlib" {>= "0.28.0"}
21+
"ppxlib" {>= "0.28.0" & < "0.36.0"}
2222
]
2323
available: arch != "arm32" & arch != "x86_32"
2424
synopsis: "A collection of types suitable for incremental serialization."

0 commit comments

Comments
 (0)