findlib 1.2.7+debian-1build2 source package in Ubuntu

Changelog

findlib (1.2.7+debian-1build2) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Fri, 18 Nov 2011 20:51:45 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
findlib_1.2.7+debian.orig.tar.gz 214.9 KiB e4cb1f41106208d181b983809b1468307b32d22a41c7186ca6efee1e376bc985
findlib_1.2.7+debian-1build2.debian.tar.gz 13.0 KiB 7abcff7c489b7a06351ebcd2ec268be660df5e3709efac64f5104c278b6a2fa0
findlib_1.2.7+debian-1build2.dsc 2.4 KiB c550bd3e0c630dbef5159b378ceb00d45c624c59e90e55ed0d2d9b59790b6586

View changes file

Binary packages built by this source

libfindlib-ocaml: library for managing OCaml libraries (runtime)

 The "findlib" OCaml library provides a scheme to manage reusable
 software components (packages), and includes tools that support this
 scheme. Packages are collections of OCaml modules for which
 metainformation can be stored. The packages are kept in the
 filesystem hierarchy, but with strict directory structure. The
 library contains functions to look the directory up that stores a
 package, to query metainformation about a package, and to retrieve
 dependency information about multiple packages.
 .
 This package contains files that are or may be needed at runtime by
 programs using findlib (META files and dynamically-loadable files).

libfindlib-ocaml-dev: library for managing OCaml libraries (development files)

 The "findlib" OCaml library provides a scheme to manage reusable
 software components (packages), and includes tools that support this
 scheme. Packages are collections of OCaml modules for which
 metainformation can be stored. The packages are kept in the
 filesystem hierarchy, but with strict directory structure. The
 library contains functions to look the directory up that stores a
 package, to query metainformation about a package, and to retrieve
 dependency information about multiple packages.
 .
 This package contains development files needed to compile programs
 using findlib.

ocaml-findlib: management tool for OCaml libraries

 The "findlib" OCaml library provides a scheme to manage reusable
 software components (packages), and includes tools that support this
 scheme. Packages are collections of OCaml modules for which
 metainformation can be stored. The packages are kept in the
 filesystem hierarchy, but with strict directory structure. The
 library contains functions to look the directory up that stores a
 package, to query metainformation about a package, and to retrieve
 dependency information about multiple packages.
 .
 This package contains a tool (ocamlfind) that allows the user to
 enter queries on the command-line. In order to simplify compilation
 and linkage, there are new frontends, all driven by ocamlfind, for
 the various OCaml compilers that can directly deal with packages.

ocaml-findlib-wizard: Makefile and META wizard for OCaml libraries

 This wizard helps you creating Makefiles and META files for simple
 OCaml library projects. It generates a Makefile, and the Makefile
 produces the META file. This generated build system is a starting
 point and can be later fine-tuned.