package lipsum

  1. Overview
  2. Docs
lipsum - self-contained tool for literate programming in tradition of NoWeb

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.zip
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)

  1. re
  2. ocamlbuild build
  3. ocamlfind
  4. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (1)

  1. quest

Conflicts

None