package octavius

  1. Overview
  2. Docs
odoc comment syntax parser

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=e6d4a55d217c3e4baa1f7d1f823de1c6

Description

Library providing parsing functions to parse odoc comment syntax. This is very close to OCamldoc comment syntax, and can reasonably be used for parsing that as well.

Tags

doc ocamldoc org:ocaml-doc

Published: 13 Dec 2016

README

Octavius — ocamldoc comment syntax parser

%%VERSION%%

Octavius is a library to parse the ocamldoc comment syntax.

Installation

Octavius can be installed with opam:

opam install octavius

If you don't use opam consult the opam file for build instructions.

Dependencies (4)

  1. topkg build & >= "0.7.5"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.03.0"

Dev Dependencies

None

Conflicts

None