ocaml 4.05.0-12ubuntu3 source package in Ubuntu
Changelog
ocaml (4.05.0-12ubuntu3) eoan; urgency=medium * Also require gcc-8 on arm64 during installation (Fixes cudf testsuite failure on arm64) -- Gianfranco Costamagna <email address hidden> Mon, 12 Aug 2019 10:20:05 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Eoan
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocaml_4.05.0.orig.tar.xz | 2.3 MiB | 04a527ba14b4d7d1b2ea7b2ae21aefecfa8d304399db94f35a96df1459e02ef9 |
ocaml_4.05.0-12ubuntu3.debian.tar.xz | 47.8 KiB | 3d4c10067e9fe820d1b98731936c7c803a0c44f1d93e29aa7d223ebb3ed321c1 |
ocaml_4.05.0-12ubuntu3.dsc | 2.6 KiB | 51bea39693c4e0deee24356c3d31936e4d763c1a20efed0a76db4045fe9857f9 |
Available diffs
- diff from 4.05.0-11ubuntu1 to 4.05.0-12ubuntu3 (1.1 KiB)
- diff from 4.05.0-12ubuntu2 to 4.05.0-12ubuntu3 (466 bytes)
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,
including the graphics libraries.
- 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. You may wish to install the 'ocaml-base-nox' package if
you do not require any graphical capabilities for your runtime.
- ocaml-base-dbgsym: No summary available for ocaml-base-dbgsym in ubuntu eoan.
No description available for ocaml-base-dbgsym in ubuntu eoan.
- ocaml-base-nox: No summary available for ocaml-base-nox in ubuntu eoan.
No description available for ocaml-base-nox in ubuntu eoan.
- ocaml-base-nox-dbgsym: debug symbols for ocaml-base-nox
- ocaml-compiler-libs: No summary available for ocaml-compiler-libs in ubuntu eoan.
No description available for ocaml-compiler-libs in ubuntu eoan.
- ocaml-interp: No summary available for ocaml-interp in ubuntu eoan.
No description available for ocaml-interp in ubuntu eoan.
- ocaml-mode: transitional package to elpa-caml
This is a transitional package from the old ocaml-mode to the
new elpa-caml package. It can be safely removed.
- ocaml-nox: ML implementation with a class-based object system (no X)
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
that do not require the graphics library.
- ocaml-nox-dbgsym: debug symbols for ocaml-nox
- 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.