Skip to content

Commit a17a63a

Browse files
authored
Merge pull request #27452 from chetmurthy/release-pcre2-ocaml-8.0.3
bugfix release pcre2 8.0.3
2 parents ad48d5a + 5b0f056 commit a17a63a

File tree

2 files changed

+44
-0
lines changed
  • packages/pcre2

2 files changed

+44
-0
lines changed

packages/pcre2/pcre2.8.0.2/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ url {
4040
"sha512=be2aac1f5709177c8b26ba340570f65fe7d47c258ef1adc33424f406a684ba7c858e1bf4b4b405a4ca6cac0f802eb2451cadb04bba1815ab89b431e5939bbef1"
4141
]
4242
}
43+
# removing this package-version, b/c there was a bug that interacted badly with `pcre`
44+
available: false

packages/pcre2/pcre2.8.0.3/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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"
37+
url {
38+
src: "https://github.com/camlp5/pcre2-ocaml/archive/refs/tags/8.0.3.tar.gz"
39+
checksum: [
40+
"sha512=614bd7d44460ea7c35a61dcff14546e16eb7bbb959be02cf77463d4448c01e2462f10656ca8b1f21fead752a148ce94943de99dff8106a50eef1468e1d2f99f9"
41+
]
42+
}

0 commit comments

Comments
 (0)