ocaml-odoc 2.4.1-1 source package in Ubuntu

Changelog

ocaml-odoc (2.4.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stéphane Glondu <email address hidden>  Mon, 19 Feb 2024 13:10:29 +0100

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-odoc_2.4.1-1.dsc 2.3 KiB 6d39cafae3e2d5bb6642598f5864878351fae0d37164590ce16b597495161a41
ocaml-odoc_2.4.1.orig.tar.bz2 1.7 MiB bb78557cc6714cd2554ae7fff036722a276aa95764e1b7aff16cc92c7045cb9c
ocaml-odoc_2.4.1-1.debian.tar.xz 4.9 KiB 22a749fedc6a1c059226f13a2f553ee87bce1902487054d40ff8d8d4acad0790

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