package dkml-install

  1. Overview
  2. Docs
API and registry for DkML installation components

Install

Dune Dependency

Authors

Maintainers

Sources

src.tar.gz
md5=e61b1ab5693a4749caae1959aea6fd70
sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa

Description

All DkML installation components implement the interfaces exposed in this API.

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

See the Contributors section.

Dependencies (9)

  1. tsort >= "2.1.0"
  2. fmt >= "0.8.9"
  3. cmdliner >= "1.1.1"
  4. bos >= "0.2.0"
  5. astring >= "0.8.5"
  6. result >= "1.5"
  7. ppx_deriving >= "5.2.1"
  8. ocaml >= "4.08.0"
  9. dune >= "3.2"

Dev Dependencies (3)

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

Conflicts

None

OCaml

Innovation. Community. Security.