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" 9x-maintenance-intent: [ "(latest)" ] 10maintainer: "Chet Murthy <chetsky@gmail.com>" 11authors: ["Chet Murthy"] 12homepage: "https://github.com/camlp5/pa_ppx_regexp" 13license: "BSD-3-Clause" 14bug-reports: "https://github.com/camlp5/pa_ppx_regexp/issues" 15dev-repo: "git+https://github.com/camlp5/pa_ppx_regexp.git" 16doc: "https://github.com/camlp5/pa_ppx_regexp/doc" 17 18depends: [ 19 "ocaml" { >= "4.10.0" } 20 "camlp5-buildscripts" { >= "0.02" } 21 "camlp5" { >= "8.01.00" } 22 "pa_ppx" { >= "0.15" } 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 "pcre" { >= "8.0.1" } 30 "pcre2" { >= "8.0.1" } 31 "re" { >= "1.12.0" } 32] 33build: [ 34 [make "sys"] 35 [make "test"] {with-test} 36] 37install: [make "install"] 38url { 39 src: "https://github.com/camlp5/pa_ppx_regexp/archive/refs/tags/0.04.tar.gz" 40 checksum: [ 41 "sha512=ccb7e9293959123cb9fe8e7c9525a6b5c059c750d764d1a9155b6afeec9b4531c4b5ea6b458395c8937c595ccc4c81e0c55c83a1c95252eff0354a55aa597047" 42 ] 43}