this repo has no description
1opam-version: "2.0" 2maintainer: "Markus Mottl <markus.mottl@gmail.com>" 3authors: [ "Markus Mottl <markus.mottl@gmail.com>" ] 4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 5homepage: "https://mmottl.github.io/pcre-ocaml" 6doc: "https://mmottl.github.io/pcre-ocaml/api" 7dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git" 8bug-reports: "https://github.com/mmottl/pcre-ocaml/issues" 9 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.04"} 17 "dune" {>= "1.4.0"} 18 "dune-configurator" 19 "conf-libpcre" {build} 20 "base" {build} 21] 22 23synopsis: "Bindings to the Perl Compatibility Regular Expressions library" 24 25description: """ 26pcre-ocaml offers library functions for string pattern matching and 27substitution, similar to the functionality offered by the Perl language.""" 28url { 29 src: 30 "https://github.com/mmottl/pcre-ocaml/releases/download/7.4.1/pcre-7.4.1.tbz" 31 checksum: [ 32 "sha256=c93959e6336cd5fb31decc64ec9c64d092d28b392990c8962ca06b19a6cc0b85" 33 "md5=a4c028695ee6ce279a87d0bbc614d26b" 34 ] 35}