Skip to content

Commit 38e972e

Browse files
committed
update to ocaml 5
1 parent 59519cc commit 38e972e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ppx_regexp.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
88
homepage: "https://github.com/paurkedal/ppx_regexp"
99
bug-reports: "https://github.com/paurkedal/ppx_regexp/issues"
1010
depends: [
11-
"ocaml" {>= "4.02.3"}
11+
"ocaml" {>= "5.0.0"}
1212
"dune" {>= "1.11"}
1313
"ppxlib" {>= "0.9.0"}
1414
"re" {>= "1.7.2"}

ppx_tyre/disabled_dune

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
(library
2+
(name ppx_tyre)
3+
(public_name ppx_tyre)
4+
(kind ppx_rewriter)
5+
(modules ppx_tyre regexp)
6+
(preprocess (pps ppx_tools_versioned.metaquot_409))
7+
(libraries
8+
ocaml-migrate-parsetree
9+
ppx_tools_versioned
10+
re re.perl
11+
tyre)
12+
(ppx_runtime_libraries re re.perl tyre))
13+
14+
(rule (copy ../common/regexp.mli regexp.mli))
15+
(rule (copy ../common/regexp.ml regexp.ml))

0 commit comments

Comments
 (0)