odocversion Documentation on ocaml.org

OCaml Documentation Generator

odoc is a powerful and flexible documentation generator for OCaml. It reads doc comments, demarcated by (** ... *), and transforms them into a variety of output formats, including HTML, LaTeX, and man pages.

  • Output Formats: Odoc generates HTML for web browsing, LaTeX for PDF generation, and man pages for use on Unix-like systems.
  • Cross-References: odoc uses the ocamldoc markup, which allows to create links for functions, types, modules, and documentation pages.
  • Link to Source Code: Documentation generated includes links to the source code of functions, providing an easy way to navigate from the docs to the actual implementation.
  • Code Highlighting: odoc automatically highlights syntax in code snippets for different languages.

odoc is part of the OCaml Platform, the recommended set of tools for OCaml.

AuthorsAnton Bachin <antonbachin@yahoo.com>, Daniel Bünzli <daniel.buenzli@erratique.ch>, David Sheets <sheets@alum.mit.edu>, Jon Ludlam <jon@recoil.org>, Jules Aguillon <juloo.dsi@gmail.com>, Leo White <leo@lpw25.net>, Lubega Simon <lubegasimon73@gmail.com>, Paul-Elliot Anglès d'Auriac <paul-elliot@tarides.com> and Thomas Refis <trefis@janestreet.com>
LicenseISC
Published
Homepagehttps://github.com/ocaml/odoc
Issue Trackerhttps://github.com/ocaml/odoc/issues
Documentationhttps://ocaml.github.io/odoc/
MaintainersDaniel Bünzli <daniel.buenzli@erratique.ch>, Jon Ludlam <jon@recoil.org>, Jules Aguillon <juloo.dsi@gmail.com> and Paul-Elliot Anglès d'Auriac <paul-elliot@tarides.com>
Dependencies
Conflicts
Source [http] https://github.com/ocaml/odoc/releases/download/3.2.1/odoc-3.2.1.tbz
sha256=d45eb125514839fd9ac27702bb4938d1b4f3b6978e9b16ab9673ea067245affc
sha512=3555386b4770a7caa8ec903683bde5ecdc41d5e57ffaee617d5da225c747bbd1e9c1d2677f4df97e96bbdfc69f580ea83b1b92b933ea40a436a658788b677bbc
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/odoc/odoc.3.2.1/opam
Required by