package dkml-install-runner

  1. Overview
  2. Docs
Runner executable for DkML installation

Install

Dune Dependency

Authors

Maintainers

Sources

src.tar.gz
md5=4636532b5971d7aa058b492448b02908
sha512=66e28e6c47b3de638601f0002289849d9af6bcbb9a2eb816d1dfe640bf3e5a350ad16b99d88b474b7be2482de480b5dd1fad4dbf87c702ee421bc033a3ca1327

Description

The runner executable is responsible for loading and running all DkML installation components.

Published: 15 Sep 2023

README

DkML Install API 0.4.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:

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

See the Contributors section.

Dependencies (10)

  1. diskuvbox >= "0.1.1"
  2. logs >= "0.7.0"
  3. fmt >= "0.8.9"
  4. cmdliner >= "1.1.1"
  5. bos >= "0.2.0"
  6. astring >= "0.8.5"
  7. ppx_expect >= "v0.14.1"
  8. dkml-install = version
  9. dune >= "2.9"
  10. ocaml >= "4.10"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest >= "1.4.0" & with-test

Used by (2)

  1. dkml-install-installer = "0.5.1"
  2. dkml-package-console = "0.5.1"

Conflicts

None