Package: camlp4 Source: ocaml Priority: optional Section: ocaml Installed-Size: 64869 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Provides: camlp4-4.01.0 Depends: libc6 (>= 2.15), ocaml-nox-4.01.0 Filename: pool/main/o/ocaml/camlp4_4.01.0-1ppa4~quantal_i386.deb Size: 21200204 MD5sum: 637a4351f42340922cdf7d0facc9aed1 SHA1: 5255ccdb584631a04e2530acc09362206b1525c8 SHA256: 90770fa357d8d5c5c423a3d2406ff8b0b8a157dd263258ecbfaf9d5db8f12e2e Description: 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. Package: ocaml Priority: optional Section: ocaml Installed-Size: 8745 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Replaces: ocaml-nox (<< 3.11.0-2) Suggests: tcl8.5-dev, tk8.5-dev Provides: ocaml-4.01.0 Depends: ocaml-base-nox, ocaml-base-4.01.0, ocaml-nox-4.01.0, libx11-dev Filename: pool/main/o/ocaml/ocaml_4.01.0-1ppa4~quantal_i386.deb Size: 2430230 MD5sum: 52eba87178430025fe477b0cfe2a195a SHA1: bf22365b2f59cb9e1b986e656865fa3b2fa223ba SHA256: b0e2ad549f09e8cad5f4469b30173dfcb903b7ef16fff99861c120b95f433d26 Description: 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. Package: ocaml-base Source: ocaml Priority: optional Section: ocaml Installed-Size: 220 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Provides: ocaml-base-4.01.0 Depends: ocaml-base-nox, libc6 (>= 2.15), libx11-6, tcl8.5 (>= 8.5.0), tk8.5 (>= 8.5.0), ocaml-base-nox-4.01.0 Filename: pool/main/o/ocaml/ocaml-base_4.01.0-1ppa4~quantal_i386.deb Size: 91874 MD5sum: e47d003022d4102934d237c18216a18b SHA1: 1dd3f220ddeb38430a35e092fe6ebb1f06f116e2 SHA256: e77e42d94bf586c4e30ceb6f66650acd35900d7908f3a56c970b089bec62c47e Description: 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. Package: ocaml-base-nox Source: ocaml Priority: optional Section: ocaml Installed-Size: 1577 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Replaces: ocaml-interp (<< 3.11.1-3) Provides: ocaml-base-nox-4.01.0 Depends: libc6 (>= 2.15), libtinfo5 Breaks: ocaml-interp (<< 3.11.1-3) Filename: pool/main/o/ocaml/ocaml-base-nox_4.01.0-1ppa4~quantal_i386.deb Size: 664804 MD5sum: 5e9028bfa44436dc8b12acf5a835ac7b SHA1: 59de62ab4e08d66fd56cb87f95d0881edb88a509 SHA256: 03718aab32a961c9e6f50c2fde81f50cb51ff81dc0867769436070daf4c60322 Description: 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. Package: ocaml-compiler-libs Source: ocaml Priority: optional Section: ocaml Installed-Size: 7494 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Replaces: ocaml-base-nox (<< 4) Provides: ocaml-compiler-libs-4.01.0 Depends: ocaml-nox-4.01.0 Breaks: ocaml-base-nox (<< 4) Filename: pool/main/o/ocaml/ocaml-compiler-libs_4.01.0-1ppa4~quantal_i386.deb Size: 2137356 MD5sum: e27daf669e37de4cb58b2ba7aa05fd80 SHA1: be00e546b7843f764787ad5c3b0dd07448494436 SHA256: c859bacdc475bff0155ac9c72404effb56c7cd514ed56a429921fe76ecaf6787 Description: 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. Package: ocaml-interp Source: ocaml Priority: optional Section: ocaml Installed-Size: 1567 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Recommends: ledit | readline-editor Provides: ocaml-interp-4.01.0 Depends: ocaml-compiler-libs (= 4.01.0-1ppa4~quantal), ocaml-base-nox-4.01.0 Filename: pool/main/o/ocaml/ocaml-interp_4.01.0-1ppa4~quantal_i386.deb Size: 344850 MD5sum: be8e834ca9f2259ed369166dea1930f3 SHA1: 735b10f49d9071605b2d207d7176d243ffe2102b SHA256: 8ff495f9f66b101a8321a3b09f4bb95b8d9a2d439501f227675acaa632b6b559 Description: 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. Package: ocaml-native-compilers Source: ocaml Priority: optional Section: ocaml Installed-Size: 11004 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Replaces: ocaml-nox (<= 3.09.2-3) Provides: ocaml-best-compilers Depends: ocaml-nox (= 4.01.0-1ppa4~quantal), gcc, binutils, libc6 (>= 2.15) Filename: pool/main/o/ocaml/ocaml-native-compilers_4.01.0-1ppa4~quantal_i386.deb Size: 4027158 MD5sum: 675aa163cc62220bf9830a5d84fb4019 SHA1: d80e674ce0fd339b96cda4d5ca7d1247d550af77 SHA256: 03aacd23ef632909a901005f26c1f5a531d45b2f1b4169299ac0ee7bce961c87 Description: 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. Package: ocaml-nox Source: ocaml Priority: optional Section: ocaml Installed-Size: 22986 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Recommends: camlp4, file Replaces: ocaml-interp (<< 3.11.1-3) Suggests: ocaml-doc, tuareg-mode | ocaml-mode Provides: libnums-ocaml-dev, ocaml-nox-4.01.0 Depends: ocaml-base-nox, libc6 (>= 2.15), libtinfo5, zlib1g (>= 1:1.2.0), ocaml-base-nox-4.01.0, libncurses5-dev, ocaml-interp (= 4.01.0-1ppa4~quantal), gcc, binutils Breaks: camlidl (<< 1.04), camlp4 (<< 3.10.0), dh-ocaml (<< 1.0.0), ocaml-interp (<< 3.11.1-3) Filename: pool/main/o/ocaml/ocaml-nox_4.01.0-1ppa4~quantal_i386.deb Size: 7410622 MD5sum: acfb506f460537d3cef100298130b0ae SHA1: 9ce1986f251eb1af98624520893fd5145a4fd821 SHA256: 4a0e37bdf8c0ab7840ec26213e057c0362afd8e08bdd1053d26ebfdd748d9fe1 Description: 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. Package: ocaml-source Source: ocaml Priority: optional Section: ocaml Installed-Size: 4377 Maintainer: Debian OCaml Maintainers Architecture: all Version: 4.01.0-1ppa4~quantal Provides: ocaml-source-4.01.0 Filename: pool/main/o/ocaml/ocaml-source_4.01.0-1ppa4~quantal_all.deb Size: 4389930 MD5sum: c53f7d8f8833c5127a8cd273ccbdc775 SHA1: 246f6724a3350b8408ec4fe4927289257c6fffc9 SHA256: 8719de112404b0b3a969be88c021d74c865e7d12d0a1fc947038199623c2633d Description: 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. Package: ocaml-mode Source: ocaml Priority: optional Section: ocaml Installed-Size: 316 Maintainer: Debian OCaml Maintainers Architecture: all Version: 4.01.0-1ppa4~quantal Suggests: ocaml Depends: emacs23 | emacsen Filename: pool/main/o/ocaml/ocaml-mode_4.01.0-1ppa4~quantal_all.deb Size: 79298 MD5sum: 635bb5851955ec9c2e923a7ce6861bf3 SHA1: 3a78af9ba0014a8e39859244e7b457c7c95b2aae SHA256: 8ed236e7eeb01f589725a017e053f25ce0b68dc129ff83f6e50e5a1c1fe49a59 Description: 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 Package: camlp4-extra Source: ocaml Priority: optional Section: ocaml Installed-Size: 62902 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 4.01.0-1ppa4~quantal Depends: camlp4, libc6 (>= 2.15), ocaml-nox-4.01.0, camlp4-4.01.0 Filename: pool/main/o/ocaml/camlp4-extra_4.01.0-1ppa4~quantal_i386.deb Size: 20586568 MD5sum: e467f2c534aaeff0ba0c2d16fcef16ab SHA1: e670fd772337614d61b96484260c91eab37ce6ab SHA256: 9e8a2516080413f17ace489d6eea8954e943bd01f90a92099f0d05c79abf3513 Description: 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. Package: opam Priority: optional Section: ocaml Installed-Size: 7191 Maintainer: Debian OCaml Maintainers Architecture: i386 Version: 1.1.1-4ppa1~quantal Recommends: git, rsync, aspcud Depends: libc6 (>= 2.15), opam-docs (= 1.1.1-4ppa1~quantal), wget | curl Filename: pool/main/o/opam/opam_1.1.1-4ppa1~quantal_i386.deb Size: 2842502 MD5sum: 918706b27f163dfd6aac12327cfc2a87 SHA1: 06866263dd986349f812097f7e24e1fbb6db2a02 SHA256: 4b66f21108e96893eabc924c1b5d7aa93466e9adcce7b40c10ed41119eebde17 Description: package manager for OCaml OPAM stands for OCaml PAckage Manager. It aims to suit to a vast number of users and use cases, and has unique features: * Powerful handling of dependencies: versions constraints, optional dependencies, conflicts, etc. * Multiple repositories backends: HTTP, rsync, git * Ease to create packages and repositories * Ability to switch between different compiler versions . Typically, OPAM will probably make your life easier if you recognize yourself in at least one of these profiles: * You use multiple versions of the OCaml compiler, or you hack the compiler yourself and needs to frequently switch between compiler versions. * You use or develop software that needs a specific and/or modified version of the OCaml compiler to be installed. * You use or develop software that depends on a specific version of an OCaml library, or you just want to install a specific version of a package, not just the latest one. * You want to create your own packages yourself, put them on your own repository, with minimal effort. Package: opam-docs Source: opam Priority: optional Section: doc Installed-Size: 292 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.1.1-4ppa1~quantal Filename: pool/main/o/opam/opam-docs_1.1.1-4ppa1~quantal_all.deb Size: 259156 MD5sum: 57ac1ceadeb1345bc3fcc380f436f788 SHA1: a8fdaaba588c42344b735cf975e18a7ee1c11142 SHA256: 692ae3b36b9d0c58f29ac7595e1f393f85ccb44186d016dbd801d3fcecf14e10 Description: package manager for OCaml (documentation) OPAM stands for OCaml PAckage Manager. It aims to suit to a vast number of users and use cases, and has unique features: * Powerful handling of dependencies: versions constraints, optional dependencies, conflicts, etc. * Multiple repositories backends: HTTP, rsync, git * Ease to create packages and repositories * Ability to switch between different compiler versions . Typically, OPAM will probably make your life easier if you recognize yourself in at least one of these profiles: * You use multiple versions of the OCaml compiler, or you hack the compiler yourself and needs to frequently switch between compiler versions. * You use or develop software that needs a specific and/or modified version of the OCaml compiler to be installed. * You use or develop software that depends on a specific version of an OCaml library, or you just want to install a specific version of a package, not just the latest one. * You want to create your own packages yourself, put them on your own repository, with minimal effort. . This package contains manpages and general documentation about OPAM.