Skip to content

Commit 3630a78

Browse files
committed
[new release] pcre (8.0.4)
CHANGES: ### Fixed - Squelch uninitialized-value warnings. Thanks to Nathan Taylor for the contribution.
1 parent 2cd8e78 commit 3630a78

File tree

1 file changed

+43
-0
lines changed
  • packages/pcre/pcre.8.0.4

1 file changed

+43
-0
lines changed

packages/pcre/pcre.8.0.4/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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.4/pcre-8.0.4.tbz"
38+
checksum: [
39+
"sha256=088a32dc2a38627559e409048e451aaea574bb4f1902a534210b1a2f54a7b820"
40+
"sha512=f42ceb53956e522dc0f364a0d9fc4e0699f9d08534e562b4b2ae20c9bb6c6423e9cb1d0b65eaab4c82244b8623707e9b314ae8ff9718061d6dc629bf0a8e3f95"
41+
]
42+
}
43+
x-commit-hash: "fe8118d39a1bcb679c37a54de9a44fda8f08444e"

0 commit comments

Comments
 (0)