Skip to content

Commit

Permalink
Add x-maintenance-intent field in opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
n-osborne committed Jan 6, 2025
1 parent dfb90bf commit 7a315fd
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions ortac-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-core.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-dune.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-dune.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-examples.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-examples.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-monolith.opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-monolith.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-qcheck-stm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-qcheck-stm.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-runtime-monolith.opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-runtime-monolith.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-runtime-qcheck-stm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-runtime-qcheck-stm.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-runtime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-runtime.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-wrapper.opam
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-gospel/ortac.git"
x-maintenance-intent: [("latest")]
1 change: 1 addition & 0 deletions ortac-wrapper.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-maintenance-intent: [("latest")]

0 comments on commit 7a315fd

Please sign in to comment.