We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd7e2e0 + 720317d commit ac204f3Copy full SHA for ac204f3
governance/policies/archiving.md
@@ -100,6 +100,8 @@ When it has been decided that a set of package versions (aka "versions") should
100
- `["(none)"]` the maintainer will not maintain any version
101
- `["1.3"]` the maintainer will maintain the latest version of "1.3.Z"
102
- `["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)") ...)`
105
- `x-maintained`:
106
- Allowed values: `true` and `false`
107
- Meaning:
0 commit comments