extlib 1.5.4-2 source package in Ubuntu

Changelog

extlib (1.5.4-2) unstable; urgency=low


  * Upload to unstable

 -- Stéphane Glondu <email address hidden>  Tue, 03 Dec 2013 08:12:23 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libdevel

Downloads

File Size SHA-256 Checksum
extlib_1.5.4-2.dsc 2.1 KiB 39df9966e075819a312447128b2e2a00faedab485d0d9e05acb91c26efcff6ae
extlib_1.5.4.orig.tar.gz 69.3 KiB df142ba5a04ccbd4b239a124bd0f634989781b4da63e517c05a036fd419cd9cd
extlib_1.5.4-2.debian.tar.gz 5.7 KiB 42db71a2c3f445728248d518977320a062f791141c58e613b74b96ba7190d266

No changes file available.

Binary packages built by this source

libextlib-ocaml: extended standard library for OCaml (plugins)

 ExtLib is a project aiming at providing a complete - yet small -
 standard library for the OCaml programming language.
 .
 This package contains plugins needed by plugins using ExtLib.

libextlib-ocaml-dev: extended standard library for OCaml

 ExtLib is a project aiming at providing a complete - yet small -
 standard library for the OCaml programming language.
 .
 The purpose of this library is to add new functions to OCaml
 Standard Library modules, to modify some functions in order to
 get better performances or more safety (tail-recursive) but also
 to provide new modules which should be useful for the average
 OCaml programmer.
 .
 ExtLib contains modules implementing: enumeration over abstract
 collection of elements, efficient bit sets, dynamic arrays,
 references on lists, Unicode characters and UTF-8 encoded
 strings, additional and improved functions for hashtables,
 strings, lists and option types.