ocaml 4.11.1-4 source package in Ubuntu

Changelog

ocaml (4.11.1-4) unstable; urgency=medium

  [ Pino Toscano ]
  * Make sure ocaml pulls ocaml-nox as well. (Closes: #973039)

 -- Stéphane Glondu <email address hidden>  Fri, 30 Oct 2020 08:38:03 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml_4.11.1-4.dsc 2.2 KiB c211087810cd4e9e2cfbfddb90fbcfcb9a691d8944db82ad09b3463c0e75a335
ocaml_4.11.1.orig.tar.xz 3.4 MiB ea4a9187035019f219a50458b7c09ab74239272e5b6ea3ab2a0c840b5810854c
ocaml_4.11.1-4.debian.tar.xz 38.8 KiB f24962c01b7b7bc3e40d2022aca68018134e8743f284bb2d3500541fe057b717

Available diffs

No changes file available.

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-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-base-nox-dbgsym: No summary available for ocaml-base-nox-dbgsym in ubuntu impish.

No description available for ocaml-base-nox-dbgsym in ubuntu impish.

ocaml-compiler-libs: No summary available for ocaml-compiler-libs in ubuntu hirsute.

No description available for ocaml-compiler-libs in ubuntu hirsute.

ocaml-interp: OCaml interactive interpreter and standard libraries

 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 files required to run an OCaml shell from the
 command line.

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: No summary available for ocaml-nox in ubuntu hirsute.

No description available for ocaml-nox in ubuntu hirsute.

ocaml-nox-dbgsym: No summary available for ocaml-nox-dbgsym in ubuntu hirsute.

No description available for ocaml-nox-dbgsym in ubuntu hirsute.

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.