File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
packages/pcre2/pcre2.8.0.3 Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
2
+
3
+ opam-version: "2.0"
4
+ synopsis:
5
+ "Bindings to the Perl Compatibility Regular Expressions library (version 2)"
6
+ description: """
7
+ pcre2-ocaml offers library functions for string pattern matching and
8
+ substitution, similar to the functionality offered by the Perl language."""
9
+ maintainer: ["Chet Murthy <
[email protected] >"]
10
+ authors: ["Markus Mottl <
[email protected] >"]
11
+ license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
12
+ homepage: "https://github.com/camlp5/pcre2-ocaml"
13
+ bug-reports: "https://github.com/camlp5/pcre2-ocaml/issues"
14
+ depends: [
15
+ "dune" {>= "2.7"}
16
+ "ocaml" {>= "4.08"}
17
+ "dune-configurator"
18
+ "conf-libpcre2-8" {build}
19
+ "ounit2" {with-test}
20
+ "odoc" {with-doc}
21
+ ]
22
+ build: [
23
+ ["dune" "subst"] {dev}
24
+ [
25
+ "dune"
26
+ "build"
27
+ "-p"
28
+ name
29
+ "-j"
30
+ jobs
31
+ "@install"
32
+ "@runtest" {with-test}
33
+ "@doc" {with-doc}
34
+ ]
35
+ ]
36
+ dev-repo: "git+https://github.com/camlp5/pcre2-ocaml.git"
You can’t perform that action at this time.
0 commit comments