package dkml-package-console
Install
Dune Dependency
Authors
Maintainers
Sources
md5=5b294da54e4474f8d260c7190fec8c85
sha512=33274eafb995b4ba9d1bdb05e63b466e621255155fe5c6df7f368b086e6658634eff07079a51c0501cd1ab6817ba637f3222a00e146b8c360e24b7488ca66b63
CHANGES.md.html
Changes
0.5.2
Attach
(package)
to auto-generated test so other packages in the same project do not fail the build with missing, unsatisfiable rules to generate artifacts needed by the auto-generated test.
0.5.1
Add
%{archive}%
expansion variableAdd
vcver.txt
file in staging root which has the version of the Visual Studio runtime used.Add parameter
log_spawn_onerror_exit ?success_exitcodes
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 intoinstall_depends_on
anduninstall_depends_on
0.1.1
Change Opam
available:
to onlywin32
,macos
andlinux
operating systems to reflect conditions in https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/host_abi.ml
0.1.0
Initial version