Skip to content

Commit faf2235

Browse files
committed
Change jbuild libraries from re.pcre to re.perl.
1 parent e3f2d2e commit faf2235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
(kind ppx_rewriter)
77
(modules (ppx_regexp))
88
(preprocess (pps (ppx_tools_versioned.metaquot_404)))
9-
(libraries (re re.pcre ocaml-migrate-parsetree))))
9+
(libraries (re re.perl ocaml-migrate-parsetree))))
1010

1111
(executables
1212
((names (test_ppx_regexp))
1313
(modules (test_ppx_regexp))
14-
(libraries (re re.pcre))
14+
(libraries (re re.perl))
1515
(preprocess (pps (ppx_regexp)))))
1616

1717
(alias

0 commit comments

Comments
 (0)