Skip to content

Commit

Permalink
chore: x-maintenance-intent none
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Marais <[email protected]>
  • Loading branch information
maiste committed Jan 23, 2025
1 parent 480e82a commit 4a5b03b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dune-private-libs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocaml/dune.git"
x-maintenance-intent: ["(latest)"]
x-maintenance-intent: ["none"]
build: [
["dune" "subst"] {dev}
["rm" "-rf" "vendor/csexp"]
Expand Down
5 changes: 5 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ executable was built.
(dyn (= :version))
(stdune (= :version))
(ocaml (>= 4.08)))
(maintenance_intent none)
(description "\
!!!!!!!!!!!!!!!!!!!!!!
!!!!! DO NOT USE !!!!!
Expand Down Expand Up @@ -165,13 +166,15 @@ understood by dune language."))
(ocaml (>= 4.08.0))
(ordering (= :version))
(pp (>= 1.1.0)))
(maintenance_intent none)
(description "Dynamic type"))

(package
(name ordering)
(synopsis "Element ordering")
(depends
(ocaml (>= 4.08.0)))
(maintenance_intent none)
(description "Element ordering"))

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

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

(package
Expand Down
2 changes: 1 addition & 1 deletion dyn.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocaml/dune.git"
x-maintenance-intent: ["(latest)"]
x-maintenance-intent: ["none"]
build: [
["dune" "subst"] {dev}
["rm" "-rf" "vendor/csexp"]
Expand Down
2 changes: 1 addition & 1 deletion ocamlc-loc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ conflicts: [
"ocaml-lsp-server" {< "1.15.0"}
]
dev-repo: "git+https://github.com/ocaml/dune.git"
x-maintenance-intent: ["(latest)"]
x-maintenance-intent: ["none"]
build: [
["dune" "subst"] {dev}
["rm" "-rf" "vendor/csexp"]
Expand Down
2 changes: 1 addition & 1 deletion ordering.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocaml/dune.git"
x-maintenance-intent: ["(latest)"]
x-maintenance-intent: ["none"]
build: [
["dune" "subst"] {dev}
["rm" "-rf" "vendor/csexp"]
Expand Down
2 changes: 1 addition & 1 deletion stdune.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocaml/dune.git"
x-maintenance-intent: ["(latest)"]
x-maintenance-intent: ["none"]
build: [
["dune" "subst"] {dev}
["rm" "-rf" "vendor/csexp"]
Expand Down

0 comments on commit 4a5b03b

Please sign in to comment.