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.3/pcre-7.3.3.tbz" 30 checksum: [ 31 "sha256=57c92741ed04cc52ad80f2e2f248dfd2c7b39c7678422f1a36fd1e6955cd4b8a" 32 "md5=4ba5c78aac3cae832cc7fd00dbc474d3" 33 ] 34}