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

doc/index.html

DkML Install API

Please visit the central documentation site for comprehensive documentation.

What follows is the OCaml library documentation when you pull in the Opam module dkml-install using something similar to the following in your *.opam file:

opam-version: "2.0"
depends: [
  "dkml-install" {>= "0.2.0"}
  (* ... *)
]

Library dkml-install.register

In your Dune file dune you can include the library as follows:

 (library
  (public_name your-component)
  (name your_component)
  (libraries dkml-install.register))

The entry point of this library is the module: Dkml_install_register.

Library dkml-install.api

Typically you get dkml-install.api automatically when you pull in dkml-install.register. If you need the API library by itself, in your Dune file dune you can include the library as follows:

 (library
  (libraries dkml-install.api))

The entry point of this library is the module: Dkml_install_api.

OCaml

Innovation. Community. Security.