this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27103 from chetmurthy/release-pa_ppx_regexp-0.03

release pa_ppx_regexp.0.03 (compat with new 're' bugfix release)

authored by

Marcello Seri and committed by
GitHub
fed925f1 016c3d25

+42
+42
packages/pa_ppx_regexp/pa_ppx_regexp.0.03/opam
··· 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 + maintainer: "Chet Murthy <chetsky@gmail.com>" 10 + authors: ["Chet Murthy"] 11 + homepage: "https://github.com/camlp5/pa_ppx_regexp" 12 + license: "BSD-3-Clause" 13 + bug-reports: "https://github.com/camlp5/pa_ppx_regexp/issues" 14 + dev-repo: "git+https://github.com/camlp5/pa_ppx_regexp.git" 15 + doc: "https://github.com/camlp5/pa_ppx_regexp/doc" 16 + 17 + depends: [ 18 + "ocaml" { >= "4.10.0" } 19 + "camlp5-buildscripts" { >= "0.02" } 20 + "camlp5" { >= "8.01.00" } 21 + "pa_ppx" { >= "0.15" } 22 + "pa_ppx_migrate" { >= "0.10" } 23 + "pa_ppx_static" { >= "0.01" } 24 + "not-ocamlfind" { >= "0.10" } 25 + "ounit" { >= "2.2.7" } 26 + "mdx" {>= "2.3.0" & with-test} 27 + "fmt" 28 + "pcre" 29 + "pcre2" 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.03.tar.gz" 39 + checksum: [ 40 + "sha512=74a3b28c5edf836fe7078504c674d2d9bc8fbb977d0f07365f8725016214b9c895e7b2171a11d937d91653616c172d763c670d0426464703878c35c7841dc7d2" 41 + ] 42 + }