Skip to content

Commit 617c5a3

Browse files
authored
Merge pull request #27460 from chetmurthy/release-pa_ppx_regexp-0.05-nuking-pcre-support
release pa_ppx_regexp 0.05 that withdraws support for pcre
2 parents bac33e9 + 4eb3e05 commit 617c5a3

File tree

1 file changed

+42
-0
lines changed
  • packages/pa_ppx_regexp/pa_ppx_regexp.0.05

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
synopsis: "A Camlp5 PPX Rewriter for Perl Regexp Workalikes "
3+
description:
4+
"""
5+
This is a PPX Rewriter for some workalikes to perl regexp operations,
6+
based on Camlp5 (so it's compatible with all the other Camlp5-based PPX rewriters).
7+
"""
8+
opam-version: "2.0"
9+
x-maintenance-intent: [ "(latest)" ]
10+
maintainer: "Chet Murthy <[email protected]>"
11+
authors: ["Chet Murthy"]
12+
homepage: "https://github.com/camlp5/pa_ppx_regexp"
13+
license: "BSD-3-Clause"
14+
bug-reports: "https://github.com/camlp5/pa_ppx_regexp/issues"
15+
dev-repo: "git+https://github.com/camlp5/pa_ppx_regexp.git"
16+
doc: "https://github.com/camlp5/pa_ppx_regexp/doc"
17+
18+
depends: [
19+
"ocaml" { >= "4.10.0" }
20+
"camlp5-buildscripts" { >= "0.02" }
21+
"camlp5" { >= "8.01.00" }
22+
"pa_ppx" { >= "0.17" }
23+
"pa_ppx_migrate" { >= "0.10" }
24+
"pa_ppx_static" { >= "0.01" }
25+
"not-ocamlfind" { >= "0.10" }
26+
"ounit" { >= "2.2.7" }
27+
"mdx" {>= "2.3.0" & with-test}
28+
"fmt"
29+
"pcre2" { >= "8.0.3" }
30+
"re" { >= "1.12.0" }
31+
]
32+
build: [
33+
[make "sys"]
34+
[make "test"] {with-test}
35+
]
36+
install: [make "install"]
37+
url {
38+
src: "https://github.com/camlp5/pa_ppx_regexp/archive/refs/tags/0.05.tar.gz"
39+
checksum: [
40+
"sha512=8c8701247e2a11dc1fbc6c94418529bed103935d6dcde58bf354f69c67c6cb8c5c2a9a354768904233b7b15b060b3425af522e1bc72a4805300676d3c86ae57d"
41+
]
42+
}

0 commit comments

Comments
 (0)