Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make library-opam list subcommand output with lines
Subcommand `library-opam list` originally output a list of packages with a OCaml list format like `["dist"; "fss"]`. This commit makes the output shellscript friendly--one line for each package name-- like this: ``` dist fss ```
- Loading branch information