package omd

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

Install

Dune Dependency

Authors

Maintainers

Sources

omd-1.3.0.tar.gz
md5=1a6492ce7511f528e3f2893dda06f56b

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: 18 Sep 2016

Dependencies (4)

  1. ocamlbuild build
  2. ocamlfind build
  3. base-bigarray
  4. ocaml < "4.06.0"

Dev Dependencies

None

Conflicts

None