The unpac monorepo manager self-hosting as a monorepo using unpac
commits
Author
Commit
Message
Date
It's no longer needed since we require OCaml >= 4.08.
The cmdliner build system doesn't support parallel execution and
is prone to races (for instance, TOCTOU in `mkdir`).
Close #231, close #244
Fix #231 point 1. Close #242
This allows for context sensitive completion to happen
regardless of position.
Incidentally we also get to complete --version and --help by
using the complete Cmd_info.t value.
This requires quite a bit of churn because it introduces
a type recursion.
Build system: drop -safe-string option.
opam/upstream/cmdliner
It's no longer needed since we require OCaml >= 4.08.