ocaml-odoc 2.4.1-1build1 source package in Ubuntu

Changelog

ocaml-odoc (2.4.1-1build1) oracular; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Mon, 03 Jun 2024 23:36:40 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
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.4.1.orig.tar.bz2 1.7 MiB bb78557cc6714cd2554ae7fff036722a276aa95764e1b7aff16cc92c7045cb9c
ocaml-odoc_2.4.1-1build1.debian.tar.xz 4.9 KiB 91592ae4526d6525d1820029988b2d9cfad9553575d42d7ee32c347cf1fb2027
ocaml-odoc_2.4.1-1build1.dsc 2.5 KiB 830a8f062cd1ad00e5433193a962687c59e10fc3b99f809848fe8df64c302d1c

View changes file

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