package lipsum
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  lipsum - self-contained tool for literate programming in tradition of NoWeb
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.2.zip
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=b9cb5977a15d00ad0d16d3f62b8344498776f2f88cf6cfd7104d9e9325a19170
    
    
  md5=68080f850882d90c6936b0c1343eb66b
    
    
  Description
Lipsum is a command-line utility for literate programming. It stands in the tradition of Noweb, a popular and flexible literate programming system by Norman Ramsey. The idea of literate programming is to keep documentation for programmers and program code in one file and to arrange it in a way that helps understanding it best. To actually compile or run the code it needs to be extracted from the literate program and Lipsum is a tool to do this.
Like Noweb, Lipsum employs a minimal markup to arrange documentation and code in a file. Also like Noweb, Lipsum is language agnostic and can be used for almost any programming language and documentation.
Published: 15 Apr 2015
Dependencies (4)
- re
- 
  
    ocamlbuild
  
  
    build
- ocamlfind
- 
  
    ocaml
  
  
    >= "4.01.0"
Dev Dependencies
None
Used by (1)
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page