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.0/pcre-7.4.0.tbz"
31 checksum: [
32 "sha256=ef3b2039c35276f8607a54065b1e7a0516b29928c9801c4cd3f4de3dea95793b"
33 "md5=986d1391e926b559d8db42273679bbc0"
34 ]
35}