package dkml-install

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=d65935d6a9a790fec09cfc50f6b04c43
sha512=08aeffeffa41b10ca54c9329bf9f6ec9219060c2e62c3a389d08b096513fe3dc048782e28d5006cae6a35e124cfd09441eb41a063c6a3f12fc6e60fa9d2acef7

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.