File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
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 Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff 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]
2424available: arch != "arm32" & arch != "x86_32"
Original file line number Diff line number Diff 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]
2020available: arch != "arm32" & arch != "x86_32"
2121synopsis: "Define a new ppx deriver by naming a runtime module."
Original file line number Diff line number Diff 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]
1919available: arch != "x86_32"
2020synopsis: "A ppx rewriter that generates functions to copy local values to the global heap"
Original file line number Diff line number Diff 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]
2020available: arch != "arm32" & arch != "x86_32"
2121synopsis: "[@@deriving] plugin to generate Jsonaf conversion functions"
Original file line number Diff line number Diff 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]
2929available: arch != "arm32" & arch != "x86_32"
3030synopsis: "Spiritual equivalent of let%expect_test, but for property based tests as an ergonomic wrapper to write quickcheck tests."
Original file line number Diff line number Diff 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]
2626available: arch != "arm32" & arch != "x86_32"
2727synopsis: "GADT-based field accessors and utilities"
Original file line number Diff line number Diff 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]
2323available: arch != "arm32" & arch != "x86_32"
2424synopsis: "A collection of types suitable for incremental serialization."
You can’t perform that action at this time.
0 commit comments