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/README.html
DkML Install API 0.4.0
The DkML Install API lets you take the tools you know (OCaml and Opam) and well-known¹ installer generators, to generate a installer for your OCaml project.
Specifically the DkML Install API lets you take a) pre-designed packages from Opam and b) installation instructions written in OCaml source code, and assembles binary artifacts that act as the primary materials to installer generators.
The full documentation is available at https://diskuv.github.io/dkml-install-api/index.html
The OCaml module documentation is available at https://diskuv.github.io/dkml-install-api/odoc/index.html
Installing
Make sure you have Opam installed and then run:
opam install dkml-install-apiBuilding from Source
On Windows with Diskuv OCaml:
dkml init
with-dkml opam install . --with-test --with-doc --deps-only
with-dkml dune build
with-dkml dune build `@docOn Unix:
opam install .--with-test --with-doc --deps-only
dune build
dune build @docContributing
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page