Skip to content

Commit 1fb1ec1

Browse files
maisteart-w
authored andcommitted
chore: x-maintenance-intent none
Signed-off-by: Etienne Marais <[email protected]>
1 parent 85027ee commit 1fb1ec1

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

dune-private-libs.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depends: [
2626
"odoc" {with-doc}
2727
]
2828
dev-repo: "git+https://github.com/ocaml/dune.git"
29-
x-maintenance-intent: ["(latest)"]
29+
x-maintenance-intent: ["none"]
3030
build: [
3131
["dune" "subst"] {dev}
3232
["rm" "-rf" "vendor/csexp"]

dune-project

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ executable was built.
7575
(dyn (= :version))
7676
(stdune (= :version))
7777
(ocaml (>= 4.08)))
78+
(maintenance_intent none)
7879
(description "\
7980
!!!!!!!!!!!!!!!!!!!!!!
8081
!!!!! DO NOT USE !!!!!
@@ -165,13 +166,15 @@ understood by dune language."))
165166
(ocaml (>= 4.08.0))
166167
(ordering (= :version))
167168
(pp (>= 1.1.0)))
169+
(maintenance_intent none)
168170
(description "Dynamic type"))
169171

170172
(package
171173
(name ordering)
172174
(synopsis "Element ordering")
173175
(depends
174176
(ocaml (>= 4.08.0)))
177+
(maintenance_intent none)
175178
(description "Element ordering"))
176179

177180
(package
@@ -191,6 +194,7 @@ understood by dune language."))
191194
(ordering (= :version))
192195
(pp (>= 2.0.0))
193196
(csexp (>= 1.5.0)))
197+
(maintenance_intent none)
194198
(description "This library offers no backwards compatibility guarantees. Use at your own risk."))
195199

196200
(package
@@ -201,6 +205,7 @@ understood by dune language."))
201205
(depends
202206
(ocaml (>= 4.08.0))
203207
(dyn (= :version)))
208+
(maintenance_intent none)
204209
(description "This library offers no backwards compatibility guarantees. Use at your own risk."))
205210

206211
(package

dyn.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"odoc" {with-doc}
1717
]
1818
dev-repo: "git+https://github.com/ocaml/dune.git"
19-
x-maintenance-intent: ["(latest)"]
19+
x-maintenance-intent: ["none"]
2020
build: [
2121
["dune" "subst"] {dev}
2222
["rm" "-rf" "vendor/csexp"]

ocamlc-loc.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ conflicts: [
1919
"ocaml-lsp-server" {< "1.15.0"}
2020
]
2121
dev-repo: "git+https://github.com/ocaml/dune.git"
22-
x-maintenance-intent: ["(latest)"]
22+
x-maintenance-intent: ["none"]
2323
build: [
2424
["dune" "subst"] {dev}
2525
["rm" "-rf" "vendor/csexp"]

ordering.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"odoc" {with-doc}
1515
]
1616
dev-repo: "git+https://github.com/ocaml/dune.git"
17-
x-maintenance-intent: ["(latest)"]
17+
x-maintenance-intent: ["none"]
1818
build: [
1919
["dune" "subst"] {dev}
2020
["rm" "-rf" "vendor/csexp"]

stdune.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"odoc" {with-doc}
2121
]
2222
dev-repo: "git+https://github.com/ocaml/dune.git"
23-
x-maintenance-intent: ["(latest)"]
23+
x-maintenance-intent: ["none"]
2424
build: [
2525
["dune" "subst"] {dev}
2626
["rm" "-rf" "vendor/csexp"]

0 commit comments

Comments
 (0)