File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
ppx_bin_prot/ppx_bin_prot.v0.17.0
ppx_globalize/ppx_globalize.v0.17.0
ppxlib_jane/ppxlib_jane.v0.17.1 Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
14
14
"base" {>= "v0.17" & < "v0.18"}
15
15
"bin_prot" {>= "v0.17" & < "v0.18"}
16
16
"ppx_here" {>= "v0.17" & < "v0.18"}
17
- "ppxlib_jane" {>= "v0.17" & < "v0.17.1"}
17
+ "ppxlib_jane" {>= "v0.17" & != "v0.17.1"}
18
18
"dune" {>= "3.11.0"}
19
19
"ppxlib" {>= "0.28.0"}
20
20
]
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ build: [
10
10
["dune" "build" "-p" name "-j" jobs]
11
11
]
12
12
depends: [
13
- "ocaml" {>= "5.1.0" & < "5.3" }
13
+ "ocaml" {>= "5.1.0"}
14
14
"base" {>= "v0.17" & < "v0.18"}
15
- "ppxlib_jane" {>= "v0.17" & < "v0.17.1"}
15
+ "ppxlib_jane" {>= "v0.17" & != "v0.17.1"}
16
16
"dune" {>= "3.11.0"}
17
17
"ppxlib" {>= "0.28.0"}
18
18
]
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ depends: [
15
15
"ppxlib" {>= "0.33.0"}
16
16
]
17
17
available: arch != "arm32" & arch != "x86_32"
18
+ flags: deprecated
18
19
synopsis: "Utilities for working with Jane Street AST constructs"
19
20
description: "
20
21
Part of the Jane Street's PPX rewriters collection.
You can’t perform that action at this time.
0 commit comments