ocaml 4.13.1-3ubuntu1 source package in Ubuntu

Changelog

ocaml (4.13.1-3ubuntu1) jammy; urgency=medium

  * Turn off LTO optimization, failing test: 'test.ml' with 2.1.1 (script).

ocaml (4.13.1-3) unstable; urgency=medium

  * Upload to unstable
  * Adapt maintainer scripts to new binary package structure
  * Do no longer provide /usr/include/caml symlink

ocaml (4.13.1-2) experimental; urgency=medium

  * Put transitional packages in section oldlibs
  * Fix building of manpages on bytecode architectures
  * Restore patch putting manpages in section 3o
  * Enable fma emulation on m68k
  * Ignore tests failure on m68k

ocaml (4.13.1-1) experimental; urgency=medium

  * New upstream release
  * Make *-nox packages transitional

 -- Matthias Klose <email address hidden>  Mon, 24 Jan 2022 11:07:32 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe devel

Downloads

File Size SHA-256 Checksum
ocaml_4.13.1.orig.tar.gz 5.1 MiB 66a5353c5e7b33a8981446e857657aad45a3b82080ea5c67d4baa434eacfcf5f
ocaml_4.13.1-3ubuntu1.debian.tar.xz 38.4 KiB 7ff91bee53c527cae58803ff1d8c8d1c3fb0c63e6fd62fe6a927906281e8403d
ocaml_4.13.1-3ubuntu1.dsc 2.5 KiB 32040736a3db6ff9688a89e39df7048b425c27c64ae83e721d03d187afdb3e88

View changes file

Binary packages built by this source

ocaml: ML language implementation with a class-based object system

 Objective Caml (OCaml) is an implementation of the ML language, based on
 the Caml Light dialect extended with a complete class-based object system
 and a powerful module system in the style of Standard ML.
 .
 OCaml comprises two compilers. One generates bytecode
 which is then interpreted by a C program. This compiler runs quickly,
 generates compact code with moderate memory requirements, and is
 portable to essentially any 32 or 64 bit Unix platform. Performance of
 generated programs is quite good for a bytecoded implementation:
 almost twice as fast as Caml Light 0.7. This compiler can be used
 either as a standalone, batch-oriented compiler that produces
 standalone programs, or as an interactive, toplevel-based system.
 .
 The other compiler generates high-performance native code for a number
 of processors. Compilation takes longer and generates bigger code, but
 the generated programs deliver excellent performance, while retaining
 the moderate memory requirements of the bytecode compiler. It is not
 available on all arches though.
 .
 This package contains everything needed to develop OCaml applications.

ocaml-base: Runtime system for OCaml bytecode executables

 Objective Caml (OCaml) is an implementation of the ML language, based on
 the Caml Light dialect extended with a complete class-based object system
 and a powerful module system in the style of Standard ML.
 .
 This package contains only the runtime system needed to run bytecode
 executables. The 'ocaml' package contains the full development suite of
 Objective Caml.

ocaml-base-dbgsym: debug symbols for ocaml-base
ocaml-base-nox: transitional package for ocaml-base

 Objective Caml (OCaml) is an implementation of the ML language, based on
 the Caml Light dialect extended with a complete class-based object system
 and a powerful module system in the style of Standard ML.
 .
 This is a transitional package and can be safely removed.

ocaml-compiler-libs: OCaml interpreter and standard libraries

 Objective (OCaml) is an implementation of the ML language, based on
 the Caml Light dialect extended with a complete class-based object system
 and a powerful module system in the style of Standard ML.
 .
 This package contains several modules used internally by the OCaml
 compilers. They are not needed for normal OCaml development, but may
 be helpful in the development of certain applications.

ocaml-dbgsym: No summary available for ocaml-dbgsym in ubuntu kinetic.

No description available for ocaml-dbgsym in ubuntu kinetic.

ocaml-interp: No summary available for ocaml-interp in ubuntu kinetic.

No description available for ocaml-interp in ubuntu kinetic.

ocaml-man: OCaml interpreter and standard libraries (lib manpages)

 Objective (OCaml) is an implementation of the ML language, based on
 the Caml Light dialect extended with a complete class-based object system
 and a powerful module system in the style of Standard ML.
 .
 This package contains ocamldoc-generated documentation about libraries
 provided by OCaml.

ocaml-nox: transitional package for ocaml

 Objective Caml (OCaml) is an implementation of the ML language, based on
 the Caml Light dialect extended with a complete class-based object system
 and a powerful module system in the style of Standard ML.
 .
 This is a transitional package and can be safely removed.

ocaml-source: Sources for Objective Caml

 Objective Caml (OCaml) is an implementation of the ML language, based on
 the Caml Light dialect extended with a complete class-based object system
 and a powerful module system in the style of Standard ML.
 .
 This package contains the sources needed to build some packages which build
 depend on the OCaml source. Notice that if you want to rebuild OCaml, these
 will not work, consider using the source package instead.