Skip to content

Commit 9bf7b0b

Browse files
authored
Merge pull request #28743 from EmileTrotignon/release-cure2
release new package cure2
2 parents 577d5c9 + 13cd907 commit 9bf7b0b

File tree

1 file changed

+40
-0
lines changed
  • packages/cure2/cure2.1.0

1 file changed

+40
-0
lines changed

packages/cure2/cure2.1.0/opam

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Re-like combinators for Re2"
4+
description: "No need to remember regexp syntax to use Re2."
5+
maintainer: ["Emile Trotignon <[email protected]>"]
6+
authors: ["Emile Trotignon <[email protected]>"]
7+
license: "MIT"
8+
tags: ["regexp" "regex"]
9+
homepage: "https://github.com/ahrefs/cure2"
10+
doc: "https://ocaml.org/p/cure2"
11+
bug-reports: "https://github.com/ahrefs/cure2/issues"
12+
depends: [
13+
"dune" {>= "3.19"}
14+
"ocaml" {>= "4.08"}
15+
"re2" {>= "v0.16.0"}
16+
"alcotest" {with-test & >= "1.8.0"}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/ahrefs/cure2.git"
34+
url {
35+
src: "https://github.com/ahrefs/cure2/archive/e5a98aeabe38f971add180d95e1ba56822f09337.tar.gz"
36+
checksum: [
37+
"sha512=6bf553f3c8414bd20335fb449ef0ca7b9211fff7fec1817fe26b2565aa45c5c83aea532d18f4797c07e477e9ec73321c5c7b7f59bfa6bf664ca3103c8f464ad7"
38+
]
39+
}
40+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)