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

Conflicts

None