Description

ocamlcodoc extracts the preformatted source code in OCaml documentation comments, i.e. the code delimited by {[ ... ]} in comments delimited by (** ... *). A typical usage is to write examples in documentation comments that can be extracted and tested.

Published: 22 Jan 2019

Dependencies (4)

  1. dune >= "1.3"
  2. cmdliner
  3. stdcompat <= "8"
  4. ocaml >= "4.02.0" & < "4.08.0"

Reverse Dependencies (1)

  1. clangml = "4.0.1"

Conflicts

    None