package dkml-install

  1. Overview
  2. Docs
API and registry for Diskuv OCaml (DKML) installation components

Install

Dune Dependency

Authors

Maintainers

Sources

dkml-install-0.3.0.tbz
sha256=c975d7d8d193946e268722538621aa4f99acdfcd7ead6a72157a2db80b98cb28
sha512=f799d6f44486ca7a780bb8d9d976056548b37cdf5211dd7608c32d65e1766ae9f4e113c03cfcfb9d0ba546adaf20e1176bc5531f9a5ca8c6c04497e5c76ba991

CHANGES.md.html

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

  • Change Opam available: to only win32, macos and linux 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