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.0/pcre-7.4.0.tbz" checksum: [ "sha256=ef3b2039c35276f8607a54065b1e7a0516b29928c9801c4cd3f4de3dea95793b" "md5=986d1391e926b559d8db42273679bbc0" ] }