Skip to content

Commit cd9d530

Browse files
Bump Dune's own (lang dune ...) to 3.0 (#4996)
Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
1 parent c12f803 commit cd9d530

13 files changed

+16
-14
lines changed

dune-action-plugin.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune"
1717
doc: "https://dune.readthedocs.io/"
1818
bug-reports: "https://github.com/ocaml/dune/issues"
1919
depends: [
20-
"dune" {>= "2.8"}
20+
"dune" {>= "3.0"}
2121
"dune-glob"
2222
"csexp" {>= "1.4.0"}
2323
"ppx_expect" {with-test}

dune-bench.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
99
doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
12-
"dune" {>= "2.8"}
12+
"dune" {>= "3.0"}
1313
"ocaml" {>= "4.08.0"}
1414
"odoc" {with-doc}
1515
]

dune-build-info.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/dune"
1616
doc: "https://dune.readthedocs.io/"
1717
bug-reports: "https://github.com/ocaml/dune/issues"
1818
depends: [
19-
"dune" {>= "2.8"}
19+
"dune" {>= "3.0"}
2020
"odoc" {with-doc}
2121
]
2222
dev-repo: "git+https://github.com/ocaml/dune.git"

dune-configurator.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage: "https://github.com/ocaml/dune"
1818
doc: "https://dune.readthedocs.io/"
1919
bug-reports: "https://github.com/ocaml/dune/issues"
2020
depends: [
21-
"dune" {>= "2.8"}
21+
"dune" {>= "3.0"}
2222
"ocaml" {>= "4.04.0"}
2323
"result"
2424
"csexp" {>= "1.3.0"}

dune-glob.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml/dune"
1010
doc: "https://dune.readthedocs.io/"
1111
bug-reports: "https://github.com/ocaml/dune/issues"
1212
depends: [
13-
"dune" {>= "2.8"}
13+
"dune" {>= "3.0"}
1414
"stdune-unstable" {= version}
1515
"dune-private-libs" {= version}
1616
"odoc" {with-doc}

dune-private-libs.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune"
1717
doc: "https://dune.readthedocs.io/"
1818
bug-reports: "https://github.com/ocaml/dune/issues"
1919
depends: [
20-
"dune" {>= "2.8"}
20+
"dune" {>= "3.0"}
2121
"csexp" {>= "1.4.0"}
2222
"pp"
2323
"dyn"

dune-project

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(lang dune 2.8)
1+
(lang dune 3.0)
22
; ^^^
33
; When changing the version, don't forget to regenerate *.opam files
44
; by running [dune build].
55
(name dune)
66

77
(generate_opam_files true)
88

9-
(cram enable)
9+
(strict_package_deps false)
1010

1111
; Reserved for Dune itself. This is to help with the bootstrap
1212
(using dune-bootstrap-info 0.1)

dune-rpc-lwt.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
99
doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
12-
"dune" {>= "2.8"}
12+
"dune" {>= "3.0"}
1313
"result"
1414
"dune-rpc" {= version}
1515
"csexp" {>= "1.4.0"}

dune-rpc.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
99
doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
12-
"dune" {>= "2.8"}
12+
"dune" {>= "3.0"}
1313
"csexp"
1414
"dyn"
1515
"xdg"

dune-site.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
99
doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
12-
"dune" {>= "2.8"}
12+
"dune" {>= "3.0"}
1313
"dune-private-libs" {= version}
1414
"odoc" {with-doc}
1515
]

dyn.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
99
doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
12-
"dune" {>= "2.8"}
12+
"dune" {>= "3.0"}
1313
"ocaml" {>= "4.08.0"}
1414
"pp"
1515
"odoc" {with-doc}

stdune-unstable.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml/dune"
1010
doc: "https://dune.readthedocs.io/"
1111
bug-reports: "https://github.com/ocaml/dune/issues"
1212
depends: [
13-
"dune" {>= "2.8"}
13+
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.08.0"}
1515
"dyn"
1616
"pp"

xdg.opam

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml/dune"
1010
doc: "https://dune.readthedocs.io/"
1111
bug-reports: "https://github.com/ocaml/dune/issues"
1212
depends: [
13-
"dune" {>= "2.8"}
13+
"dune" {>= "3.0"}
1414
"odoc" {with-doc}
1515
]
1616
build: [
@@ -22,9 +22,11 @@ build: [
2222
name
2323
"-j"
2424
jobs
25+
"--promote-install-files=false"
2526
"@install"
2627
"@runtest" {with-test}
2728
"@doc" {with-doc}
2829
]
30+
["dune" "install" "-p" name "--create-install-files" name]
2931
]
3032
dev-repo: "git+https://github.com/ocaml/dune.git"

0 commit comments

Comments
 (0)