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 ["jbuilder" "subst" "-p" name] {dev} 12 ["jbuilder" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.04"} 17 "conf-libpcre" {build} 18 "base" {build} 19 "stdio" {build} 20 "configurator" {build} 21 "jbuilder" {>= "1.0+beta10"} 22] 23synopsis: "Bindings to the Perl Compatibility Regular Expressions library" 24description: """ 25pcre-ocaml offers library functions for string pattern matching and 26substitution, similar to the functionality offered by the Perl language.""" 27url { 28 src: 29 "https://github.com/mmottl/pcre-ocaml/releases/download/7.3.4/pcre-7.3.4.tbz" 30 checksum: [ 31 "sha256=deb3680aa77b1a59e5c0f100084769ee0f414d7f9858c2ccf485eaa0b1618223" 32 "md5=fc7b7b092c38bdbdb0b679ff3af2ff68" 33 ] 34}