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"
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.0/pcre-7.3.0.tbz"
30 checksum: [
31 "sha256=c34af191868266d2919962b53a3a7321a7b1fb0a5619c779e2188c6daa164546"
32 "md5=ec2c386d1bdf15b6e6972e1ba21f3bd2"
33 ]
34}