package dkml-install
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  API and registry for DkML installation components
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      src.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=4636532b5971d7aa058b492448b02908
    
    
  sha512=66e28e6c47b3de638601f0002289849d9af6bcbb9a2eb816d1dfe640bf3e5a350ad16b99d88b474b7be2482de480b5dd1fad4dbf87c702ee421bc033a3ca1327
    
    
  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.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page