package omd

  1. Overview
  2. Docs
A Markdown frontend in pure OCaml

Install

Authors

Maintainers

Sources

omd-2.0.0.alpha4.tbz
sha256=93969697875b005b8225e6d3475d1296ec45e98680bbd21945c9a4bf6a62df1c
sha512=cf86b7bf94581489f7dae5922a4c669691128b500f52a5b9acc3af2c062db8c5e992c9116cf2ac067f2b9777cdd1e027d8ca1152cb8c1606208c6401ea1d8662

Description

This Markdown library is implemented using only pure OCaml (including I/O operations provided by the standard OCaml compiler distribution). OMD is meant to be as faithful as possible to the original Markdown. Additionally, OMD implements a few Github markdown features, an extension mechanism, and some other features. Note that the opam package installs both the OMD library and the command line tool omd.

Tags

org:ocamllabs org:mirage

Published: 24 Jul 2023

Dependencies (6)

  1. dune-build-info >= "2.7"
  2. uunf
  3. uucp
  4. uutf
  5. ocaml >= "4.13"
  6. dune >= "2.7"

Dev Dependencies (2)

  1. odoc with-doc
  2. ppx_expect with-test

Used by (21)

  1. beluga >= "1.1"
  2. builder-web
  3. camyll >= "0.4.1"
  4. cow >= "0.9.1"
  5. cowabloga >= "0.0.7"
  6. finch
  7. hardcaml-examples
  8. hardcaml-framework
  9. hilite < "0.4.0"
  10. jekyll-format < "0.3.3"
  11. lambdoc
  12. learn-ocaml < "0.13.0"
  13. learn-ocaml-client < "0.13.0"
  14. malfunction < "0.3" | >= "0.5"
  15. md2mld >= "0.5.1"
  16. osh
  17. stog >= "0.17.0" & < "0.18.0" | = "0.19.0"
  18. stog_markdown
  19. stone >= "0.3.2"
  20. toc
  21. yocaml_markdown

Conflicts

None