Skip to content

Commit eefc034

Browse files
committed
Apply suggestions from code review
1 parent 630b856 commit eefc034

File tree

7 files changed

+7
-7
lines changed
  • packages
    • hardcaml/hardcaml.v0.17.0
    • ppx_derive_at_runtime/ppx_derive_at_runtime.v0.17.0
    • ppx_globalize/ppx_globalize.v0.17.0
    • ppx_jsonaf_conv/ppx_jsonaf_conv.v0.17.0
    • ppx_quick_test/ppx_quick_test.v0.17.0
    • ppx_typed_fields/ppx_typed_fields.v0.17.0
    • streamable/streamable.v0.17.0

7 files changed

+7
-7
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" & <= "0.36.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" & <= "0.36.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_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" & <= "0.36.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" & <= "0.36.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_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" & <= "0.36.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" & <= "0.36.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/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" & <= "0.36.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)