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.4.1/pcre-7.4.1.tbz" checksum: [ "sha256=c93959e6336cd5fb31decc64ec9c64d092d28b392990c8962ca06b19a6cc0b85" "md5=a4c028695ee6ce279a87d0bbc614d26b" ] }