package dkml-install-installer

  1. Overview
  2. Docs
Build tools for DKML installers

Install

Dune Dependency

Authors

Maintainers

Sources

dkml-install-api-0.4.0.tar.gz
md5=1b3f42a06b0643eb502e6f65d1769b98
sha512=55d47cb8c570f3e9fbdb5f4f7960c86fbe357df6c5364c82c9eb326150693fa1dbffe3fa3f5682e355f770c5f3c53bd7ce88ec1d1d9eefecceb8f44ed8b1d326

CHANGES.md.html

Changes

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

0.1.1

0.1.0

  • Initial version