ocaml 4.01.0-4ubuntu1 source package in Ubuntu
Changelog
ocaml (4.01.0-4ubuntu1) utopic; urgency=medium * Merge with Debian; remaining changes: - Pass --hash-style=both --as-needed --build-id to the linker. ocaml (4.01.0-4) unstable; urgency=medium * debian/patches: + Make "ocamlopt -g" more resistant to ill-formed locations + Fix lost locations in out-of-bounds exceptions * Disable the testsocket test because it tries to reach the net (Closes: #732951) -- Matthias Klose <email address hidden> Wed, 06 Aug 2014 10:37:45 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Utopic
- 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.01.0.orig.tar.bz2 | 3.5 MiB | b1ca708994180236917ae79e17606da5bd334ca6acd6873a550027e1c0ec874a |
ocaml_4.01.0-4ubuntu1.debian.tar.xz | 48.0 KiB | 8bc8a8db0081a7846a51df17c21fd6d723a57b8790852642c933975890de525f |
ocaml_4.01.0-4ubuntu1.dsc | 2.2 KiB | 99b766c0ffa9548c4ae19abbb54ecc913e60115e21487e2975395a9519c04a24 |
Available diffs
Binary packages built by this source
- camlp4: Pre Processor Pretty Printer for OCaml
Camlp4 is a software system for writing extensible parsers for
programming languages. It provides a set of OCaml libraries that are
used to define grammars as well as loadable syntax extensions of such
grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and
one of its most important applications is the definition of
domain-specific extensions of the syntax of OCaml.
.
This package contains CamlP4 executables for pre-processing and
pretty-printing OCaml sources both interactively and in a batch
fashion.
- camlp4-extra: No summary available for camlp4-extra in ubuntu vivid.
No description available for camlp4-extra in ubuntu vivid.
- 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: No summary available for ocaml-base in ubuntu utopic.
No description available for ocaml-base in ubuntu utopic.
- ocaml-base-nox: No summary available for ocaml-base-nox in ubuntu utopic.
No description available for ocaml-base-nox in ubuntu utopic.
- ocaml-compiler-libs: No summary available for ocaml-compiler-libs in ubuntu vivid.
No description available for ocaml-compiler-libs in ubuntu vivid.
- ocaml-interp: No summary available for ocaml-interp in ubuntu utopic.
No description available for ocaml-interp in ubuntu utopic.
- ocaml-mode: No summary available for ocaml-mode in ubuntu utopic.
No description available for ocaml-mode in ubuntu utopic.
- ocaml-native-compilers: Native code compilers of the OCaml suite (the .opt ones)
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 native code version of the compilers
(ocamlc.opt, ocamllex.opt, ocamlopt.opt. The normal version of these
programs are found in the 'ocaml' package. For big source codes,
these packages can be two to three times faster, but for most normal
sized sources, the difference won't be noticeable.
- ocaml-nox: No summary available for ocaml-nox in ubuntu wily.
No description available for ocaml-nox in ubuntu wily.
- ocaml-source: No summary available for ocaml-source in ubuntu utopic.
No description available for ocaml-source in ubuntu utopic.