File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
(public_name ppx_regexp)
6
6
(kind ppx_rewriter)
7
7
(modules (ppx_regexp))
8
- (preprocess (pps (ppx_metaquot )))
8
+ (preprocess (pps (ppx_tools_versioned.metaquot_404 )))
9
9
(libraries (re re.pcre ocaml-migrate-parsetree))))
10
10
11
11
(executables
Original file line number Diff line number Diff line change 1
- (context ((switch 4.04.1)))
1
+ (context ((switch 4.02.3)))
2
+ (context ((switch 4.03.0)))
3
+ (context ((switch 4.04.2)))
4
+ (context ((switch 4.05.0)))
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ depends: [
10
10
"jbuilder" {build}
11
11
"ocaml-migrate-parsetree"
12
12
"re"
13
- "ppx_metaquot " {build}
13
+ "ppx_tools_versioned " {build}
14
14
"topkg-jbuilder" {build}
15
15
]
16
16
available: [ocaml-version >= "4.03.0"]
You can’t perform that action at this time.
0 commit comments