File tree 16 files changed +31
-15
lines changed
16 files changed +31
-15
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ 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" {>= "3.12 "}
13
+ "dune" {>= "3.18 "}
14
14
"ocaml" {>= "4.08.0"}
15
15
"odoc" {with-doc}
16
16
]
17
17
dev-repo: "git+https://github.com/ocaml/dune.git"
18
+ x-maintenance-intent: ["(latest)"]
18
19
build: [
19
20
["dune" "subst"] {dev}
20
21
["rm" "-rf" "vendor/csexp"]
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" {>= "3.12 "}
20
+ "dune" {>= "3.18 "}
21
21
"dune-glob" {= version}
22
22
"csexp" {>= "1.5.0"}
23
23
"ppx_expect" {with-test}
@@ -28,6 +28,7 @@ depends: [
28
28
"odoc" {with-doc}
29
29
]
30
30
dev-repo: "git+https://github.com/ocaml/dune.git"
31
+ x-maintenance-intent: ["(latest)"]
31
32
build: [
32
33
["dune" "subst"] {dev}
33
34
["rm" "-rf" "vendor/csexp"]
Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ 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" {>= "3.12 "}
19
+ "dune" {>= "3.18 "}
20
20
"ocaml" {>= "4.08"}
21
21
"odoc" {with-doc}
22
22
]
23
23
dev-repo: "git+https://github.com/ocaml/dune.git"
24
+ x-maintenance-intent: ["(latest)"]
24
25
build: [
25
26
["dune" "subst"] {dev}
26
27
["rm" "-rf" "vendor/csexp"]
Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ 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" {>= "3.12 "}
21
+ "dune" {>= "3.18 "}
22
22
"ocaml" {>= "4.04.0"}
23
23
"base-unix"
24
24
"csexp" {>= "1.5.0"}
25
25
"odoc" {with-doc}
26
26
]
27
27
dev-repo: "git+https://github.com/ocaml/dune.git"
28
+ x-maintenance-intent: ["(latest)"]
28
29
build: [
29
30
["dune" "subst"] {dev}
30
31
["rm" "-rf" "vendor/csexp"]
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ 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" {>= "3.12 "}
13
+ "dune" {>= "3.18 "}
14
14
"stdune" {= version}
15
15
"dyn"
16
16
"ordering"
17
17
"dune-private-libs" {= version}
18
18
"odoc" {with-doc}
19
19
]
20
20
dev-repo: "git+https://github.com/ocaml/dune.git"
21
+ x-maintenance-intent: ["(latest)"]
21
22
build: [
22
23
["dune" "subst"] {dev}
23
24
["rm" "-rf" "vendor/csexp"]
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" {>= "3.12 "}
20
+ "dune" {>= "3.18 "}
21
21
"csexp" {>= "1.5.0"}
22
22
"pp" {>= "1.1.0"}
23
23
"dyn" {= version}
@@ -26,6 +26,7 @@ depends: [
26
26
"odoc" {with-doc}
27
27
]
28
28
dev-repo: "git+https://github.com/ocaml/dune.git"
29
+ x-maintenance-intent: ["(latest)"]
29
30
build: [
30
31
["dune" "subst"] {dev}
31
32
["rm" "-rf" "vendor/csexp"]
Original file line number Diff line number Diff line change 1
- (lang dune 3 .12 )
1
+ (lang dune 3 .18 )
2
2
; ^^^^
3
3
; When changing the version, don't forget to regenerate *.opam files
4
4
; by running [dune build].
18
18
( authors
" Jane Street Group, LLC <[email protected] >" )
19
19
( source ( github ocaml/dune) )
20
20
( documentation " https://dune.readthedocs.io/" )
21
+ ( maintenance_intent " (latest)" )
21
22
22
23
( implicit_transitive_deps false )
23
24
Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ 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" {>= "3.12 "}
12
+ "dune" {>= "3.18 "}
13
13
"dune-rpc" {= version}
14
14
"csexp" {>= "1.5.0"}
15
15
"lwt" {>= "5.6.0"}
16
16
"base-unix"
17
17
"odoc" {with-doc}
18
18
]
19
19
dev-repo: "git+https://github.com/ocaml/dune.git"
20
+ x-maintenance-intent: ["(latest)"]
20
21
build: [
21
22
["dune" "subst"] {dev}
22
23
["rm" "-rf" "vendor/csexp"]
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" {>= "3.12 "}
12
+ "dune" {>= "3.18 "}
13
13
"csexp"
14
14
"ordering"
15
15
"dyn"
@@ -19,6 +19,7 @@ depends: [
19
19
"odoc" {with-doc}
20
20
]
21
21
dev-repo: "git+https://github.com/ocaml/dune.git"
22
+ x-maintenance-intent: ["(latest)"]
22
23
build: [
23
24
["dune" "subst"] {dev}
24
25
["rm" "-rf" "vendor/csexp"]
Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ 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" {>= "3.12 "}
12
+ "dune" {>= "3.18 "}
13
13
"dune-private-libs" {= version}
14
14
"odoc" {with-doc}
15
15
]
16
16
dev-repo: "git+https://github.com/ocaml/dune.git"
17
+ x-maintenance-intent: ["(latest)"]
17
18
build: [
18
19
["dune" "subst"] {dev}
19
20
["rm" "-rf" "vendor/csexp"]
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ conflicts: [
36
36
"jbuilder" {= "transition"}
37
37
]
38
38
dev-repo: "git+https://github.com/ocaml/dune.git"
39
+ x-maintenance-intent: ["(latest)"]
39
40
build: [
40
41
["ocaml" "boot/bootstrap.ml" "-j" jobs]
41
42
["./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs]
Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ 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" {>= "3.12 "}
12
+ "dune" {>= "3.18 "}
13
13
"ocaml" {>= "4.08.0"}
14
14
"ordering" {= version}
15
15
"pp" {>= "1.1.0"}
16
16
"odoc" {with-doc}
17
17
]
18
18
dev-repo: "git+https://github.com/ocaml/dune.git"
19
+ x-maintenance-intent: ["(latest)"]
19
20
build: [
20
21
["dune" "subst"] {dev}
21
22
["rm" "-rf" "vendor/csexp"]
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" {>= "3.12 "}
13
+ "dune" {>= "3.18 "}
14
14
"ocaml" {>= "4.08.0"}
15
15
"dyn" {= version}
16
16
"odoc" {with-doc}
@@ -19,6 +19,7 @@ conflicts: [
19
19
"ocaml-lsp-server" {< "1.15.0"}
20
20
]
21
21
dev-repo: "git+https://github.com/ocaml/dune.git"
22
+ x-maintenance-intent: ["(latest)"]
22
23
build: [
23
24
["dune" "subst"] {dev}
24
25
["rm" "-rf" "vendor/csexp"]
Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ 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" {>= "3.12 "}
12
+ "dune" {>= "3.18 "}
13
13
"ocaml" {>= "4.08.0"}
14
14
"odoc" {with-doc}
15
15
]
16
16
dev-repo: "git+https://github.com/ocaml/dune.git"
17
+ x-maintenance-intent: ["(latest)"]
17
18
build: [
18
19
["dune" "subst"] {dev}
19
20
["rm" "-rf" "vendor/csexp"]
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" {>= "3.12 "}
13
+ "dune" {>= "3.18 "}
14
14
"ocaml" {>= "4.08.0"}
15
15
"base-unix"
16
16
"dyn" {= version}
@@ -20,6 +20,7 @@ depends: [
20
20
"odoc" {with-doc}
21
21
]
22
22
dev-repo: "git+https://github.com/ocaml/dune.git"
23
+ x-maintenance-intent: ["(latest)"]
23
24
build: [
24
25
["dune" "subst"] {dev}
25
26
["rm" "-rf" "vendor/csexp"]
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ 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" {>= "3.12 "}
13
+ "dune" {>= "3.18 "}
14
14
"ocaml" {>= "4.08"}
15
15
"odoc" {with-doc}
16
16
]
17
17
dev-repo: "git+https://github.com/ocaml/dune.git"
18
+ x-maintenance-intent: ["(latest)"]
18
19
build: [
19
20
["dune" "subst"] {dev}
20
21
["rm" "-rf" "vendor/csexp"]
You can’t perform that action at this time.
0 commit comments