Skip to content

Commit 720317d

Browse files
authored
Add dune-project equivalent to x-maintenance-intent
I was sent here from #28504 (comment) and it took me a while to find a way to do this from a `dune-project` file. I hope this will save others time. This kind of tip might go better into a howto-style guide such as "how to create complete opam files for public release from a dune project?" is there is one (?).
1 parent fd7e2e0 commit 720317d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

governance/policies/archiving.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ When it has been decided that a set of package versions (aka "versions") should
100100
- `["(none)"]` the maintainer will not maintain any version
101101
- `["1.3"]` the maintainer will maintain the latest version of "1.3.Z"
102102
- `["2.(latest)"]` the maintainer will maintain the latest minor version specifically of version "2" of the package
103+
- `dune-project` uses [`maintenance_intent`](https://dune.readthedocs.io/en/latest/reference/dune-project/maintenance_intent.html). Example:
104+
- `(package ... (maintenance_intent "(latest)") ...)`
103105
- `x-maintained`:
104106
- Allowed values: `true` and `false`
105107
- Meaning:

0 commit comments

Comments
 (0)