Skip to content

Commit 20a30dc

Browse files
committed
Use ppx_tools_versioned instead of ppx_metaquot.
This allows building 4.02.3 from the same branch.
1 parent 909c0db commit 20a30dc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(public_name ppx_regexp)
66
(kind ppx_rewriter)
77
(modules (ppx_regexp))
8-
(preprocess (pps (ppx_metaquot)))
8+
(preprocess (pps (ppx_tools_versioned.metaquot_404)))
99
(libraries (re re.pcre ocaml-migrate-parsetree))))
1010

1111
(executables

jbuild-workspace.dev

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
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)))

ppx_regexp.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ depends: [
1010
"jbuilder" {build}
1111
"ocaml-migrate-parsetree"
1212
"re"
13-
"ppx_metaquot" {build}
13+
"ppx_tools_versioned" {build}
1414
"topkg-jbuilder" {build}
1515
]
1616
available: [ocaml-version >= "4.03.0"]

0 commit comments

Comments
 (0)