File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- opam-version: "1.2 "
1
+ opam-version: "2.0 "
2
2
maintainer: "Petter A. Urkedal <
[email protected] >"
3
3
authors: [
4
4
"Petter A. Urkedal <
[email protected] >"
5
5
"Gabriel Radanne <
[email protected] >"
6
6
]
7
+ license: "LGPL-3 with OCaml linking exception"
7
8
homepage: "https://github.com/paurkedal/ppx_regexp"
8
9
bug-reports: "https://github.com/paurkedal/ppx_regexp/issues"
9
- dev-repo: "https://github.com/paurkedal/ppx_regexp.git"
10
- license: "LGPL-3 with OCaml linking exception"
11
- build: ["dune" "build" "-p" name "-j" jobs]
12
10
depends: [
11
+ "ocaml" {>= "4.02.3"}
13
12
"dune" {build}
14
13
"ocaml-migrate-parsetree"
15
14
"re" {>= "1.7.1"}
16
15
"ppx_tools_versioned"
17
- "qcheck" {test}
16
+ "qcheck" {with- test}
18
17
]
19
- available: [ocaml-version >= "4.02.3"]
18
+ build: ["dune" "build" "-p" name "-j" jobs]
19
+ dev-repo: "git+https://github.com/paurkedal/ppx_regexp.git"
Original file line number Diff line number Diff line change 1
- opam-version: "1.2 "
1
+ opam-version: "2.0 "
2
2
maintainer: "Petter A. Urkedal <
[email protected] >"
3
3
authors: [
4
4
"Gabriel Radanne <
[email protected] >"
5
5
"Petter A. Urkedal <
[email protected] >"
6
6
]
7
+ license: "LGPL-3 with OCaml linking exception"
7
8
homepage: "https://github.com/paurkedal/ppx_regexp"
8
9
bug-reports: "https://github.com/paurkedal/ppx_regexp/issues"
9
- dev-repo: "https://github.com/paurkedal/ppx_regexp.git"
10
- license: "LGPL-3 with OCaml linking exception"
11
- build: ["dune" "build" "-p" name "-j" jobs]
12
10
depends: [
11
+ "ocaml" {>= "4.06.0"}
13
12
"dune" {build}
14
13
"ocaml-migrate-parsetree"
15
14
"re" {>= "1.7.1"}
16
15
"ppx_tools_versioned"
17
16
"tyre" {>= "0.4.1"}
18
- "qcheck" {test}
17
+ "qcheck" {with- test}
19
18
]
20
- available: [ocaml-version >= "4.06.0"]
19
+ build: ["dune" "build" "-p" name "-j" jobs]
20
+ dev-repo: "git+https://github.com/paurkedal/ppx_regexp.git"
You can’t perform that action at this time.
0 commit comments