package ocamlcodoc

  1. Overview
  2. No Docs
Extract test code from doc-comments

Install

Dune Dependency

Authors

Maintainers

Sources

ocamlcodoc-v1.0.1.tar.gz
sha512=c95ed76a2f654913c0cc8a128cdaea15923e0fb7ec82db96c5aa35cbdcd88ad316999a853c5bb247fc2d785918bb904193fd0b7e33b895ddddfeb140400608e5

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: 01 Oct 2019

Dependencies (4)

  1. stdcompat >= "10"
  2. redirect
  3. cmdliner
  4. dune >= "1.10.0"

Dev Dependencies

None

Used by (1)

  1. clangml >= "4.0.1"

Conflicts

None