ocaml 3.11.2-4ubuntu1 source package in Bilimbi Test

Changelog

ocaml (3.11.2-4ubuntu1) natty; urgency=low

  * debian/rules: fix build failure when libX11 is in a multiarch directory;
    unlike other library checks, libX11 gets probed for directly rather than
    asking the compiler.  Closes: #619344.
  * debian/control: add build-depends on dpkg-dev (>= 1.16.0~ubuntu4) for the
    necessary dpkg-architecture support.

ocaml (3.11.2-4) unstable; urgency=high

  * Fix FTBFS on i386 due to a bug in previous patch

ocaml (3.11.2-3) unstable; urgency=high

  * Add patch to fix ocamlopt w.r.t. binutils 2.21 (Closes: #617404)
 -- Steve Langasek <email address hidden>   Wed, 23 Mar 2011 14:19:19 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe devel

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ocaml_3.11.2.orig.tar.gz 2.7 MiB 83008744c0ba1e3460651b86d0900916edae38813eb9a0300e8eaa861c3e921e
ocaml_3.11.2-4ubuntu1.diff.gz 46.7 KiB fc17f0601691d2f3949f8335d6469afa236a18c2ed5ad929324dee395dacbaf9
ocaml_3.11.2-4ubuntu1.dsc 2.3 KiB b25c3e22a667389fcfbe4095e79db46b25ad7b9b008160c5541896c147033c5b

Available diffs

View changes file

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: 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-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: 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-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.