package dkml-install
Install
Dune Dependency
Authors
Maintainers
Sources
md5=e61b1ab5693a4749caae1959aea6fd70
sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa
CHANGES.md.html
Changes
0.5.3
Add
uninstall_file_onerror_exit
to APIEnable Windows long path support for
setup.exe
anddkml-package-entry.exe
in application manifest. Confer https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation
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