File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Bindings to the Perl Compatibility Regular Expressions library"
3
+ description: """
4
+ pcre-ocaml offers library functions for string pattern matching and
5
+ substitution, similar to the functionality offered by the Perl language."""
6
+ maintainer: ["Markus Mottl <
[email protected] >"]
7
+ authors: ["Markus Mottl <
[email protected] >"]
8
+ license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9
+ homepage: "https://mmottl.github.io/pcre-ocaml"
10
+ doc: "https://mmottl.github.io/pcre-ocaml/api"
11
+ bug-reports: "https://github.com/mmottl/pcre-ocaml/issues"
12
+ depends: [
13
+ "dune" {>= "2.7"}
14
+ "ocaml" {>= "4.08"}
15
+ "dune-configurator"
16
+ "conf-libpcre" {build}
17
+ "ounit2" {with-test}
18
+ "odoc" {with-doc}
19
+ ]
20
+ build: [
21
+ ["dune" "subst"] {dev}
22
+ [
23
+ "dune"
24
+ "build"
25
+ "-p"
26
+ name
27
+ "-j"
28
+ jobs
29
+ "@install"
30
+ "@runtest" {with-test}
31
+ "@doc" {with-doc}
32
+ ]
33
+ ]
34
+ dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git"
35
+ url {
36
+ src:
37
+ "https://github.com/mmottl/pcre-ocaml/releases/download/8.0.3/pcre-8.0.3.tbz"
38
+ checksum: [
39
+ "sha256=1488027811001cacfbffa6cdb14a2a6c7d9cdde32aeb68298557446be90d7f79"
40
+ "sha512=be82954c474461323cef1582140d7d064a8fbcd2ff8be7e6219158efdd4d102c9b3906323e34d607400c2bcc9f4c15b64c3770a8af75ff40b0fd198ae32f2330"
41
+ ]
42
+ }
43
+ x-commit-hash: "863ae9c4348144cf2b81bbe3e2b6ec125992e19a"
You can’t perform that action at this time.
0 commit comments