package dkml-install

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/src/dkml-install.register/dkml_install_register.ml.html

Source file dkml_install_register.ml

1
2
3
4
5
6
7
include Register_types

module Component_registry = Registry

module Private = struct
  let validate = Validate.validate
end