ocaml 4.01.0-3ubuntu3 source package in Ubuntu
Changelog
ocaml (4.01.0-3ubuntu3) trusty; urgency=medium * Rebuild for Tcl/Tk 8.6. -- Matthias Klose <email address hidden> Thu, 02 Jan 2014 20:05:45 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocaml_4.01.0.orig.tar.bz2 | 3.5 MiB | b1ca708994180236917ae79e17606da5bd334ca6acd6873a550027e1c0ec874a |
ocaml_4.01.0-3ubuntu3.debian.tar.gz | 58.8 KiB | 39cab8abf140503e22f4faa800d889745657258cee5af51ef876608dbb25cb8e |
ocaml_4.01.0-3ubuntu3.dsc | 2.0 KiB | f4c3f0e2dedc0536c155488e13c7fb97b302108e17ca171bd600161ac9eb70ac |
Available diffs
- diff from 4.01.0-3ubuntu2 to 4.01.0-3ubuntu3 (341 bytes)
Binary packages built by this source
- camlp4: Pre Processor Pretty Printer 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.
.
CamlP4 is a Pre-Processor-Pretty- Printer for Objective Caml. It
offers tools for syntax (Stream Parsers and Grammars) and the
ability to modify the concrete syntax of the language
(Quotations, Syntax Extensions).
.
This package contains the basic CamlP4 executables and libraries
for pre-processing and pretty-printing OCaml sources both
interactively and in a batch fashion.
- camlp4-extra: Pre Processor Pretty Printer for OCaml - extras
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.
.
CamlP4 is a Pre-Processor-Pretty- Printer for Objective Caml. It
offers tools for syntax (Stream Parsers and Grammars) and the
ability to modify the concrete syntax of the language
(Quotations, Syntax Extensions).
.
This package contains pre-linked executables and libraries for
pre-processing and pretty-printing OCaml sources out of the box
for various common needs.
- 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: Runtime system for OCaml bytecode executables (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.
.
This package contains only the runtime system needed to run bytecode
executables that do not use the graphics library. The 'ocaml' package
contains the full development suite of Objective Caml.
- 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-interp: No summary available for ocaml-interp in ubuntu utopic.
No description available for ocaml-interp in ubuntu utopic.
- ocaml-mode: major mode for editing Objective Caml in Emacs
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 provides support for editing both Objective Caml and
Caml Light programs with Emacs and XEmacs.
.
Caml-mode supports:
- indentation
- compilation and error retrieving
- interaction with the toplevel
- font-lock
- imenu
- 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 and lexer
(ocamlc.opt, ocamllex.opt, ocamlopt.opt, camlp4o.opt and camlp4r.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: 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-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.