package dkml-install

  1. Overview
  2. Docs
API and registry for Diskuv OCaml (DKML) installation components

Install

Dune Dependency

Authors

Maintainers

Sources

dkml-install-0.3.1.tbz
sha256=e48dddd64742d654c962be7138539ef3811298b1119a29e043553f07f7621960
sha512=0c21208b0e8e046314139d30c26f194e4e767d14696ea3c3e0d3ddd7c5e777887f0ddd83188008824d14dd14d0ce89af92e72984d598541a418e1fbe248d2d0e

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.