-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reference notice on release plans in the doc
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
# OCaml Packages Documentation | ||
|
||
You can view the published odoc pages here: [https://mbarbin.github.io/cmdlang/odoc/](https://mbarbin.github.io/cmdlang/odoc/). | ||
|
||
## Release status | ||
|
||
### Pending releases | ||
|
||
We plan to release the following packages soon to allow interested parties to experiment with cmdlang and provide early feedback. | ||
|
||
| package | released to opam | | ||
|----------------------|:----------------:| | ||
| cmdlang.opam | pending | | ||
| cmdlang-to-cmdliner | pending | | ||
| cmdlang-to-climate | pending | | ||
|
||
### Planned releases | ||
|
||
| package | released to opam | | ||
|----------------------|:----------------:| | ||
| cmdlang-to-base | planned | | ||
|
||
We also plan to release the translation to `core.command`. However, this will require additional work. Specifically, we aim to complete the coverage of that part of the code and exercise the translation using special configuration options in a tutorial. | ||
|
||
### To be determined | ||
|
||
| package | released to opam | | ||
|---------------------------|:----------------:| | ||
| err | TBD | | ||
| err-cli | TBD | | ||
| cmdlang-cmdliner-runner | TBD | | ||
|
||
These packages are more experimental and opinionated in nature. They will require further consideration and potential redesign before being released. |