opam-version: "2.0" maintainer: "Markus Mottl " authors: [ "Markus Mottl " ] license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" homepage: "https://mmottl.github.io/pcre-ocaml" doc: "https://mmottl.github.io/pcre-ocaml/api" dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git" bug-reports: "https://github.com/mmottl/pcre-ocaml/issues" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04"} "dune" {>= "1.4.0"} "dune-configurator" "conf-libpcre" {build} "base" {build} ] synopsis: "Bindings to the Perl Compatibility Regular Expressions library" description: """ pcre-ocaml offers library functions for string pattern matching and substitution, similar to the functionality offered by the Perl language.""" url { src: "https://github.com/mmottl/pcre-ocaml/releases/download/7.3.5/pcre-7.3.5.tbz" checksum: [ "sha256=d8f8dfeb6368fcff126f6a09c6a28d8287118a7cdd16b8ac1b69074745967e16" "md5=f1ad11d393d2df08c03c0e7eb0ce85e4" ] }