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