package doc-ock

  1. Overview
  2. Docs

Description

Doc-ock is a library extract documentation from OCaml files

Tags

doc ocaml org:ocaml-doc

Published: 07 Apr 2018

README

Doc-ock — Extract documentation from OCaml files

%%VERSION%%

Doc-ock is a library extract documentation from OCaml files

Installation

Doc-ock can be installed with opam:

opam install doc-ock

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

Testing

The package compiles and installs the interface test/ocamlary.mli in the package's lib directory along the library. This allows documentation consumers and renderers to exercise a common and tricky selection of documentation features packages may use.

Dependencies (5)

  1. octavius
  2. jbuilder >= "1.0+beta7"
  3. ocamlfind build
  4. cppo build
  5. ocaml >= "4.03.0" & < "4.08.0"

Dev Dependencies

None

Used by (3)

  1. doc-ock-html >= "1.2.1"
  2. doc-ock-xml >= "1.2.1"
  3. odoc < "1.3.0"

Conflicts

None