ocaml-odoc 2.3.0-2 source package in Ubuntu

Changelog

ocaml-odoc (2.3.0-2) unstable; urgency=medium

  * Build-depend on ocaml-dune >= 3.11.0

 -- Stéphane Glondu <email address hidden>  Mon, 16 Oct 2023 15:57:38 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-odoc_2.3.0-2.dsc 2.3 KiB b7893b9d2f960934da81e007d7497c8423b175be3e9fd461cb24d650b662397d
ocaml-odoc_2.3.0.orig.tar.bz2 2.3 MiB 14e41db1ca2aabaa9fcc6b279ac35a99dbd1038234c34fdb90a710f7f6e37187
ocaml-odoc_2.3.0-2.debian.tar.xz 4.9 KiB db2b374aad4d78403216e7919dc07068cf7c54e79ac509747b7f0045587fae6d

Available diffs

No changes file available.

Binary packages built by this source

libodoc-ocaml: documentation generator for OCaml (runtime libraries)

 Odoc is a documentation generator for the OCaml programming language.
 It reads doc comments contained in OCaml source code, delimited with
 (** ... *), and produces HTML.
 .
 Odoc's main advantage over ocamldoc is an accurate cross-referencer,
 which handles the complexity of the OCaml module system. Odoc also
 offers a good opportunity to improve HTML output compared to ocamldoc.
 .
 Furthermore, odoc can be used by dune to generate documentation of
 OCaml projects using dune as a build-system.
 .
 This package contains the runtime files.

libodoc-ocaml-dbgsym: debug symbols for libodoc-ocaml
libodoc-ocaml-dev: documentation generator for OCaml (development libraries)

 Odoc is a documentation generator for the OCaml programming language.
 It reads doc comments contained in OCaml source code, delimited with
 (** ... *), and produces HTML.
 .
 Odoc's main advantage over ocamldoc is an accurate cross-referencer,
 which handles the complexity of the OCaml module system. Odoc also
 offers a good opportunity to improve HTML output compared to ocamldoc.
 .
 Furthermore, odoc can be used by dune to generate documentation of
 OCaml projects using dune as a build-system.
 .
 This package contains the development files.

libodoc-parser-ocaml: parser for OCaml documentation comments (runtime files)

 Odoc_parser is a library for parsing the contents of OCaml
 documentation comments, formatted using 'odoc' syntax, an extension
 of the language understood by ocamldoc.
 .
 This package contains runtime files.

libodoc-parser-ocaml-dbgsym: debug symbols for libodoc-parser-ocaml
libodoc-parser-ocaml-dev: parser for OCaml documentation comments (dev files)

 Odoc_parser is a library for parsing the contents of OCaml
 documentation comments, formatted using 'odoc' syntax, an extension
 of the language understood by ocamldoc.
 .
 This package contains development files.

ocaml-odoc: documentation generator for OCaml (standalone tool)

 Odoc is a documentation generator for the OCaml programming language.
 It reads doc comments contained in OCaml source code, delimited with
 (** ... *), and produces HTML.
 .
 Odoc's main advantage over ocamldoc is an accurate cross-referencer,
 which handles the complexity of the OCaml module system. Odoc also
 offers a good opportunity to improve HTML output compared to ocamldoc.
 .
 Furthermore, odoc can be used by dune to generate documentation of
 OCaml projects using dune as a build-system.
 .
 This package contains the odoc tool.

ocaml-odoc-dbgsym: debug symbols for ocaml-odoc