File tree 13 files changed +16
-14
lines changed
13 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune"
17
17
doc: "https://dune.readthedocs.io/"
18
18
bug-reports: "https://github.com/ocaml/dune/issues"
19
19
depends: [
20
- "dune" {>= "2.8 "}
20
+ "dune" {>= "3.0 "}
21
21
"dune-glob"
22
22
"csexp" {>= "1.4.0"}
23
23
"ppx_expect" {with-test}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
9
9
doc: "https://dune.readthedocs.io/"
10
10
bug-reports: "https://github.com/ocaml/dune/issues"
11
11
depends: [
12
- "dune" {>= "2.8 "}
12
+ "dune" {>= "3.0 "}
13
13
"ocaml" {>= "4.08.0"}
14
14
"odoc" {with-doc}
15
15
]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/dune"
16
16
doc: "https://dune.readthedocs.io/"
17
17
bug-reports: "https://github.com/ocaml/dune/issues"
18
18
depends: [
19
- "dune" {>= "2.8 "}
19
+ "dune" {>= "3.0 "}
20
20
"odoc" {with-doc}
21
21
]
22
22
dev-repo: "git+https://github.com/ocaml/dune.git"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ homepage: "https://github.com/ocaml/dune"
18
18
doc: "https://dune.readthedocs.io/"
19
19
bug-reports: "https://github.com/ocaml/dune/issues"
20
20
depends: [
21
- "dune" {>= "2.8 "}
21
+ "dune" {>= "3.0 "}
22
22
"ocaml" {>= "4.04.0"}
23
23
"result"
24
24
"csexp" {>= "1.3.0"}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml/dune"
10
10
doc: "https://dune.readthedocs.io/"
11
11
bug-reports: "https://github.com/ocaml/dune/issues"
12
12
depends: [
13
- "dune" {>= "2.8 "}
13
+ "dune" {>= "3.0 "}
14
14
"stdune-unstable" {= version}
15
15
"dune-private-libs" {= version}
16
16
"odoc" {with-doc}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune"
17
17
doc: "https://dune.readthedocs.io/"
18
18
bug-reports: "https://github.com/ocaml/dune/issues"
19
19
depends: [
20
- "dune" {>= "2.8 "}
20
+ "dune" {>= "3.0 "}
21
21
"csexp" {>= "1.4.0"}
22
22
"pp"
23
23
"dyn"
Original file line number Diff line number Diff line change 1
- (lang dune 2 .8 )
1
+ (lang dune 3 .0 )
2
2
; ^^^
3
3
; When changing the version, don't forget to regenerate *.opam files
4
4
; by running [dune build].
5
5
(name dune)
6
6
7
7
( generate_opam_files true )
8
8
9
- ( cram enable )
9
+ ( strict_package_deps false )
10
10
11
11
; Reserved for Dune itself. This is to help with the bootstrap
12
12
(using dune-bootstrap-info 0 .1)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
9
9
doc: "https://dune.readthedocs.io/"
10
10
bug-reports: "https://github.com/ocaml/dune/issues"
11
11
depends: [
12
- "dune" {>= "2.8 "}
12
+ "dune" {>= "3.0 "}
13
13
"result"
14
14
"dune-rpc" {= version}
15
15
"csexp" {>= "1.4.0"}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
9
9
doc: "https://dune.readthedocs.io/"
10
10
bug-reports: "https://github.com/ocaml/dune/issues"
11
11
depends: [
12
- "dune" {>= "2.8 "}
12
+ "dune" {>= "3.0 "}
13
13
"csexp"
14
14
"dyn"
15
15
"xdg"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
9
9
doc: "https://dune.readthedocs.io/"
10
10
bug-reports: "https://github.com/ocaml/dune/issues"
11
11
depends: [
12
- "dune" {>= "2.8 "}
12
+ "dune" {>= "3.0 "}
13
13
"dune-private-libs" {= version}
14
14
"odoc" {with-doc}
15
15
]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
9
9
doc: "https://dune.readthedocs.io/"
10
10
bug-reports: "https://github.com/ocaml/dune/issues"
11
11
depends: [
12
- "dune" {>= "2.8 "}
12
+ "dune" {>= "3.0 "}
13
13
"ocaml" {>= "4.08.0"}
14
14
"pp"
15
15
"odoc" {with-doc}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml/dune"
10
10
doc: "https://dune.readthedocs.io/"
11
11
bug-reports: "https://github.com/ocaml/dune/issues"
12
12
depends: [
13
- "dune" {>= "2.8 "}
13
+ "dune" {>= "3.0 "}
14
14
"ocaml" {>= "4.08.0"}
15
15
"dyn"
16
16
"pp"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml/dune"
10
10
doc: "https://dune.readthedocs.io/"
11
11
bug-reports: "https://github.com/ocaml/dune/issues"
12
12
depends: [
13
- "dune" {>= "2.8 "}
13
+ "dune" {>= "3.0 "}
14
14
"odoc" {with-doc}
15
15
]
16
16
build: [
@@ -22,9 +22,11 @@ build: [
22
22
name
23
23
"-j"
24
24
jobs
25
+ "--promote-install-files=false"
25
26
"@install"
26
27
"@runtest" {with-test}
27
28
"@doc" {with-doc}
28
29
]
30
+ ["dune" "install" "-p" name "--create-install-files" name]
29
31
]
30
32
dev-repo: "git+https://github.com/ocaml/dune.git"
You can’t perform that action at this time.
0 commit comments