Skip to content

Commit 07e1fdd

Browse files
Merge pull request ocaml#24296 from rgrinberg/release-re-1.11.0
[new release] re (1.11.0)
2 parents 19935fd + 3856864 commit 07e1fdd

File tree

1 file changed

+46
-0
lines changed
  • packages/re/re.1.11.0

1 file changed

+46
-0
lines changed

packages/re/re.1.11.0/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
opam-version: "2.0"
2+
3+
maintainer: "[email protected]"
4+
authors: [
5+
"Jerome Vouillon"
6+
"Thomas Gazagnaire"
7+
"Anil Madhavapeddy"
8+
"Rudi Grinberg"
9+
"Gabriel Radanne"
10+
]
11+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
12+
homepage: "https://github.com/ocaml/ocaml-re"
13+
bug-reports: "https://github.com/ocaml/ocaml-re/issues"
14+
dev-repo: "git+https://github.com/ocaml/ocaml-re.git"
15+
16+
build: [
17+
["dune" "subst"] {dev}
18+
["dune" "build" "-p" name "-j" jobs]
19+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
20+
]
21+
22+
depends: [
23+
"ocaml" {>= "4.03"}
24+
"dune" {>= "2.0"}
25+
"ounit" {with-test}
26+
"seq"
27+
]
28+
29+
synopsis: "RE is a regular expression library for OCaml"
30+
description: """
31+
Pure OCaml regular expressions with:
32+
* Perl-style regular expressions (module Re.Perl)
33+
* Posix extended regular expressions (module Re.Posix)
34+
* Emacs-style regular expressions (module Re.Emacs)
35+
* Shell-style file globbing (module Re.Glob)
36+
* Compatibility layer for OCaml's built-in Str module (module Re.Str)
37+
"""
38+
url {
39+
src:
40+
"https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz"
41+
checksum: [
42+
"sha256=01fc244780c0f6be72ae796b1fb750f367de18624fd75d07ee79782ed6df8d4f"
43+
"sha512=3e3712cc1266ec1f27620f3508ea2ebba338f4083b07d8a69dccee1facfdc1971a6c39f9deea664d2a62fd7f2cfd2eae816ca4c274acfadaee992a3befc4b757"
44+
]
45+
}
46+
x-commit-hash: "2dd38515c76c40299596d39f18d9b9a20f00d788"

0 commit comments

Comments
 (0)