File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
8
8
homepage: "https://github.com/paurkedal/ppx_regexp"
9
9
bug-reports: "https://github.com/paurkedal/ppx_regexp/issues"
10
10
depends: [
11
- "ocaml" {>= "4.02.3 "}
11
+ "ocaml" {>= "5.0.0 "}
12
12
"dune" {>= "1.11"}
13
13
"ppxlib" {>= "0.9.0"}
14
14
"re" {>= "1.7.2"}
Original file line number Diff line number Diff line change
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))
You can’t perform that action at this time.
0 commit comments