package lambdoc

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

Install

Dune Dependency

Authors

Maintainers

Sources

lambdoc-1.0-beta2.tgz
md5=d6e5607ceff3642914a5b8b9ecdba7e2

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 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. 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: 20 Sep 2014

Dependencies (15)

  1. ocamlbuild build
  2. camlhighlight >= "3.0" & < "4"
  3. blahcaml
  4. omd >= "1.0.0"
  5. tyxml >= "3.2" & < "4"
  6. xstrp4
  7. pxp
  8. pcre
  9. sexplib < "113.01.00"
  10. ulex
  11. menhir
  12. batteries >= "2"
  13. camlp4
  14. ocamlfind
  15. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None