Print both error message and backtrace, not just backtrace.
Internal: Add Spawn.spawn_out
0.5.0
Breaking change: Only register desired components. Previously all the components in the ocamlfind universe (ex. opam switch) were registered. Now only chosen components and their dependencies are registered.
Breaking change: Add install/uninstall dependencies to META of each component opam package. For now this is duplicative with Component Registry, but gives access component graph purely with ocamlfind so can be used at code generation time.
0.4.0
Switch to cmdliner.1.1.1 from cmdliner.1.0.4 in the API
Support OCaml 5.1.0
Require --package-name to distinguish multiple installers in the same project
0.3.1
Add Context.Abi_v2.word_size
Reduce logs for info level and narrow width on errors
0.3.0
Breaking change:
Program version is set in Private_common
Bug fixes:
Delete 7z archive at the start of each opam install so adding to archive does not duplicate entries.
0.2.0
Breaking change: The depends_on component value has been split into install_depends_on and uninstall_depends_on