package dkml-package-console
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=c975d7d8d193946e268722538621aa4f99acdfcd7ead6a72157a2db80b98cb28
sha512=f799d6f44486ca7a780bb8d9d976056548b37cdf5211dd7608c32d65e1766ae9f4e113c03cfcfb9d0ba546adaf20e1176bc5531f9a5ca8c6c04497e5c76ba991
Description
The setup and uninstall executables are responsible for launching the DKML runners.
Published: 10 Nov 2022
README
DKML Install API 0.1.0
The DKML Install API lets you take the tools you know (OCaml and Opam) and well-known¹ installer generators, to generate a installer for your OCaml project.
Specifically the DKML Install API lets you take a) pre-designed packages from Opam and b) installation instructions written in OCaml source code, and assembles binary artifacts that act as the primary materials to installer generators.
The full documentation is available at https://diskuv.github.io/dkml-install-api/index.html
The OCaml module documentation is available at https://diskuv.github.io/dkml-install-api/odoc/index.html
Installing
Make sure you have Opam installed and then run:
opam install dkml-install-api
Building from Source
On Windows with Diskuv OCaml:
with-dkml opam dkml init
with-dkml opam install . --with-test --with-doc --deps-only
with-dkml dune build
with-dkml dune build `@doc
On Unix:
opam install .--with-test --with-doc --deps-only
dune build
dune build @doc
Contributing
Dependencies (6)
-
dkml-component-xx-console
>= "0.1.1"
-
crunch
>= "3.2.0"
-
diskuvbox
>= "0.1.0"
-
dune
>= "2.9"
-
dkml-install-runner
= version
-
dkml-install
= version
Used by
None
Conflicts
None