package dkml-install-runner
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Runner executable for DkML installation
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      src.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=e61b1ab5693a4749caae1959aea6fd70
    
    
  sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa
    
    
  doc/README.html
DkML Install API 0.5.3
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
with-dkml dune build
with-dkml dune build `@docOn Unix:
opam install .--with-test --with-doc
dune build
dune build @docContributing
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page