this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings to the Perl Compatibility Regular Expressions library"
3description: """
4pcre-ocaml offers library functions for string pattern matching and
5substitution, similar to the functionality offered by the Perl language."""
6maintainer: ["Markus Mottl <markus.mottl@gmail.com>"]
7authors: ["Markus Mottl <markus.mottl@gmail.com>"]
8license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9homepage: "https://mmottl.github.io/pcre-ocaml"
10doc: "https://mmottl.github.io/pcre-ocaml/api"
11bug-reports: "https://github.com/mmottl/pcre-ocaml/issues"
12depends: [
13 "dune" {>= "2.7"}
14 "ocaml" {>= "4.12"}
15 "dune-configurator"
16 "conf-libpcre" {build}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git"
34url {
35 src:
36 "https://github.com/mmottl/pcre-ocaml/releases/download/8.0.1/pcre-8.0.1.tbz"
37 checksum: [
38 "sha256=b38b7e44fd4ed1489c6bc36faefdc545122427336bd205b0332982e12e6532e5"
39 "sha512=b789e0a7e80b34ba07ce55adb9a2153555f56c3820cd068a7de76ec16644207e83ea5d12c18b441d13047828279e4e526f2c45c37be951c9733fea40579f48e5"
40 ]
41}
42x-commit-hash: "cd70e1b406b59c2c9c65fe0132b53152a3f998cf"