package dkml-install-runner
Install
Dune Dependency
Authors
Maintainers
Sources
md5=e61b1ab5693a4749caae1959aea6fd70
sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa
Description
The runner executable is responsible for loading and running all DkML installation components.
Published: 15 Sep 2024
README
DkML Install API 0.5.3
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:
dkml init
with-dkml opam install . --with-test --with-doc
with-dkml dune build
with-dkml dune build `@doc
On Unix:
opam install .--with-test --with-doc
dune build
dune build @doc
Contributing
Dependencies (9)
Used by (2)
-
dkml-install-installer
>= "0.5.3"
-
dkml-package-console
>= "0.5.3"
Conflicts
None