opam-version: "2.0" maintainer: "markus.mottl@gmail.com" authors: [ "Markus Mottl " ] license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" homepage: "http://mmottl.github.io/pcre-ocaml" dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git" bug-reports: "https://github.com/mmottl/pcre-ocaml/issues" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] remove: [ ["ocamlfind" "remove" "pcre"] ] depends: [ "ocaml" {>= "3.12" & < "5.0"} "base-bytes" "ocamlfind" {>= "1.5"} "conf-libpcre" "ocamlbuild" {build & != "0.9.0"} ] install: ["ocaml" "setup.ml" "-install"] 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.""" flags: light-uninstall url { src: "https://github.com/mmottl/pcre-ocaml/releases/download/v7.1.5/pcre-ocaml-7.1.5.tar.gz" checksum: [ "sha256=6495ecf25ed6a69fd14fda472f9fac9853dde2aee9944f6b6c0111d458c1039b" "md5=28e40ad63fe2d568aa47ff460d3f9d3a" ] }