File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-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+ 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)"]
You can’t perform that action at this time.
0 commit comments