ocaml 5.2.0-1 source package in Ubuntu

Changelog

ocaml (5.2.0-1) unstable; urgency=medium

  * Upload to unstable (Closes: #1073289)
  * Add bytes and bigarray compatibility packages
  * Change OCaml stdlib dir to /usr/lib/<multiarch>/ocaml/<abi>

 -- Stéphane Glondu <email address hidden>  Wed, 07 Aug 2024 14:12:25 +0200

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_5.2.0-1.dsc 2.4 KiB f874c2669ff6eb4657c0b95d08e2e76866c0d86acf9aeb78907e9326ebe1381b
ocaml_5.2.0.orig.tar.xz 4.0 MiB 2f4bf479f51479f9bf8c7f1694a6ea7336bbf774f4ad6da6b59d1ad4939dd8a7
ocaml_5.2.0-1.debian.tar.xz 40.1 KiB 160afc6671833922504e57644e38e0ac1dc589729bf648c1c302aea848a64d7d

No changes file available.

Binary packages built by this source

libcompiler-libs-ocaml-dev: OCaml compiler library (development files)

 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 development files of the compiler library.

libcompiler-libs-ocaml-dev-dbgsym: debug symbols for libcompiler-libs-ocaml-dev
libstdlib-ocaml: OCaml standard library (runtime files)

 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 runtime files of the standard library.

libstdlib-ocaml-dbgsym: debug symbols for libstdlib-ocaml
libstdlib-ocaml-dev: OCaml standard library (development files)

 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 development files of the standard library.

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-dbgsym: debug symbols for ocaml
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.