this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "Bindings to the Perl Compatibility Regular Expressions library (version 2)" 5description: """ 6pcre2-ocaml offers library functions for string pattern matching and 7substitution, similar to the functionality offered by the Perl language.""" 8maintainer: ["Chet Murthy <chetsky@gmail.com>"] 9authors: ["Markus Mottl <markus.mottl@gmail.com>"] 10license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 11homepage: "https://github.com/camlp5/pcre2-ocaml" 12bug-reports: "https://github.com/camlp5/pcre2-ocaml/issues" 13depends: [ 14 "dune" {>= "2.7"} 15 "ocaml" {>= "4.12"} 16 "dune-configurator" 17 "conf-libpcre2-8" {build} 18 "ounit2" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/camlp5/pcre2-ocaml.git" 36url { 37 src: "https://github.com/camlp5/pcre2-ocaml/archive/refs/tags/8.0.1.tar.gz" 38 checksum: [ 39 "sha512=a6c396325ae8c82b2b1fdc7d6ede36394680916487f8f00663dd8c76bbde1e9f7450a4b396d6f53707f78199782bff967714595515eb6017f2fc8356b75feae6" 40 ] 41}