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.08"}
17 "dune" {>= "1.8.0"}
18 "conf-libpcre" {build}
19 "base" {build}
20]
21
22synopsis: "Bindings to the Perl Compatibility Regular Expressions library"
23
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.4.2/pcre-7.4.2.tbz"
30 checksum: [
31 "sha256=d8963f19de4a2943a5761ed66ea97063232861416dc6b92b7f0c37cff71d003a"
32 "sha512=21058c311ec3469d77d29fadfa176d0f2acb323fb3cc0d3bc13960d8fe2c677ef1e25fd3a4f6f666ee2e9673299305637ab6353cdc01d021e36870665ecd463e"
33 ]
34}