The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Preparing for release

+15 -11
+14 -10
vendor/opam/cmdliner/CHANGES.md
··· 1 + v2.1.0 2025-11-25 Zagreb 2 + ------------------------ 1 3 2 - - completion: add support for powershell (#214) 4 + - completion: add support for powershell (#214). 3 5 Thanks to Brian Ward for the work. 4 6 5 - - Improve bash completion of long options with `=` (#231). 6 - Thanks to Brian Ward for the patch. 7 - 8 - - Improve bash completion on files and directories (#238). 7 + - bash completion: improve bash completion on files and directories (#238). 9 8 Thanks to Brian Ward for the report and fix. 10 9 11 - - zsh completion: strip ANSI escapes from doc strings. The experience 12 - is too unreliable (#220). 10 + - bash completion: improve completion of long options with `=` (#231). 11 + Thanks to Brian Ward for the patch. 13 12 14 13 - zsh completion: fix completion of files and directories on glued 15 14 forms (#230). 16 15 Thanks to Brian Ward for the help. 17 16 17 + - zsh completion: strip ANSI escapes from doc strings. The experience 18 + is too unreliable (#220). 19 + 18 20 - cmdliner tool: add support for generating standalone completion 19 - scripts via the `--standalone-completion`. Can be used if your 20 - users don't have the cmdliner library installed (#243). 21 + scripts via the `--standalone-completion` option. Can be used if you 22 + distribute your software in a context where the cmdliner library 23 + may not be installed (#243). 21 24 Thanks to Brian Ward for suggesting. 22 25 23 26 - Add alternative instructions to the cookbook for installing tool support 24 27 files with `dune` (#250). 25 28 Thanks to Brian Ward for the patch and research. 26 29 27 - - Help output, improve graceful degration on groff or pager errors (#140). 30 + - `--help` output, improve graceful degradation on groff or pager 31 + errors (#140). 28 32 Thanks to Sergey Fedorov for the report. 29 33 30 34 v2.0.0 2025-09-26 Zagreb
+1 -1
vendor/opam/cmdliner/doc/cookbook.mld
··· 213 213 opam filter [{cmdliner:installed}] after the closing bracket of the command 214 214 invocation. 215 215 216 - {3:top_tool_support_with_dune_install With [dune] [@install]} 216 + {3:top_tool_support_with_dune_install With [dune build @install]} 217 217 218 218 Users of [dune] 3.5 or later can use the [cmdliner install 219 219 tool-support] command described above, along with the