Skip to content

Commit ee7c1b5

Browse files
committed
Add maintenance intent to opam files
Fixes #1879
1 parent 56992c4 commit ee7c1b5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

merlin-lib.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: "https://github.com/ocaml/merlin"
55
bug-reports: "https://github.com/ocaml/merlin/issues"
66
dev-repo: "git+https://github.com/ocaml/merlin.git"
77
license: "MIT"
8+
x-maintenance-intent: ["(latest)"]
89
build: [
910
["dune" "subst"] {dev}
1011
["dune" "build" "-p" name "-j" jobs]

merlin.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: "https://github.com/ocaml/merlin"
55
bug-reports: "https://github.com/ocaml/merlin/issues"
66
dev-repo: "git+https://github.com/ocaml/merlin.git"
77
license: "MIT"
8+
x-maintenance-intent: ["(latest)"]
89
build: [
910
["dune" "subst"] {dev}
1011
["dune" "build" "-p" name "-j" jobs]

ocaml-index.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors: ["[email protected]"]
77
license: "MIT"
88
homepage: "https://github.com/ocaml/merlin/ocaml-index"
99
bug-reports: "https://github.com/ocaml/merlin/issues"
10+
x-maintenance-intent: ["(latest)"]
1011
depends: [
1112
"dune" {>= "3.0.0"}
1213
"ocaml" {>= "5.3"}

0 commit comments

Comments
 (0)