Skip to content

Commit 831d8ba

Browse files
committed
Upgrade to opam 2.
1 parent b77a529 commit 831d8ba

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

ppx_regexp.opam

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
opam-version: "1.2"
1+
opam-version: "2.0"
22
maintainer: "Petter A. Urkedal <[email protected]>"
33
authors: [
44
"Petter A. Urkedal <[email protected]>"
55
"Gabriel Radanne <[email protected]>"
66
]
7+
license: "LGPL-3 with OCaml linking exception"
78
homepage: "https://github.com/paurkedal/ppx_regexp"
89
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]
1210
depends: [
11+
"ocaml" {>= "4.02.3"}
1312
"dune" {build}
1413
"ocaml-migrate-parsetree"
1514
"re" {>= "1.7.1"}
1615
"ppx_tools_versioned"
17-
"qcheck" {test}
16+
"qcheck" {with-test}
1817
]
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"

ppx_tyre.opam

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
opam-version: "1.2"
1+
opam-version: "2.0"
22
maintainer: "Petter A. Urkedal <[email protected]>"
33
authors: [
44
"Gabriel Radanne <[email protected]>"
55
"Petter A. Urkedal <[email protected]>"
66
]
7+
license: "LGPL-3 with OCaml linking exception"
78
homepage: "https://github.com/paurkedal/ppx_regexp"
89
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]
1210
depends: [
11+
"ocaml" {>= "4.06.0"}
1312
"dune" {build}
1413
"ocaml-migrate-parsetree"
1514
"re" {>= "1.7.1"}
1615
"ppx_tools_versioned"
1716
"tyre" {>= "0.4.1"}
18-
"qcheck" {test}
17+
"qcheck" {with-test}
1918
]
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"

0 commit comments

Comments
 (0)