package lambdoc

  1. Overview
  2. No Docs
Library providing support for semantically rich documents in web applications.

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0-beta4.tar.gz
md5=a1409daed14f5469cc98fff08def0c9e

Description

Lambdoc was built with Ocsigen/Eliom integration in mind. It includes parsers for four different markup languages: Lambtex, Lambxml, Lambwiki, and Markdown. The first is inspired by LaTeX, the second is an XML-based markup based on HTML, the third is a lightweight markup language in the spirit of Wiki Creole, and the last is the popular lightweight markup language. The library also includes the possibility of outputing any Lambdoc document as an Ocsigen (Tyxml) HTML5 value. Additional capabilities include the runtime customisation of available document features (you may, for example, declare that a certain class of users is only allowed to produce documents containing nothing more than paragraphs of plain text), detailed error messages, and the definition of basic macros. Particularly of note is a powerful extension mechanism that allows the definition of custom commands tailored to a particular application. It also ships with 'lambcmd', a CLI application that allows the conversion between any of the input formats into one of the supported output targets.

Published: 17 Aug 2015

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None