package markdown

  1. Overview
  2. Docs
Markdown processor for Ocsigen

Install

Dune Dependency

Authors

Maintainers

Sources

markdown-v0.2.1.tbz
sha256=9c575b74ad14229ab089819a348a1a8f453023bfcf1c20ebc5fc47343623de5e
sha512=98e42acfb09026670adad6cf4efb531f06854a9b2035cbac2c4a824037a0b08d4fe4fe3b661759983bb202882d3acd73bac0c6631ed34ac35f588f0a4817341e

Description

This is a pure OCaml parser for Markdown files. It was originally written for Ocsigen but may be useful in other contexts too.

Published: 16 Oct 2019

README

OCaml-markdown markdown parser and printer written in OCaml

This is a pure OCaml parser for Markdown files. It was originally written for Ocsigen but may be useful in other contexts too.

Installation

The recommended way to install ocaml-markdown is via the [opam package manager][opam]:

$ opam install markdown

Documentation

Dependencies (4)

  1. tyxml >= "4.3.0"
  2. batteries >= "2.10.0"
  3. dune >= "1.11.0"
  4. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. ounit2 with-test & > "2.0.8"

Used by (1)

  1. ocaml-markdown >= "transition"

Conflicts (1)

  1. ocaml-markdown != "transition"