extlib 1.7.0-2build1 source package in Ubuntu

Changelog

extlib (1.7.0-2build1) xenial; urgency=medium

  * No-change rebuild against new ocaml ABIs

 -- Iain Lane <email address hidden>  Tue, 03 Nov 2015 13:50:27 +0000

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Xenial
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libdevel

Downloads

File Size SHA-256 Checksum
extlib_1.7.0.orig.tar.gz 81.4 KiB 3c9fd159a4ec401559905f96e578317a4933452ced9a7f3a4f89f9c7130d9a63
extlib_1.7.0-2build1.debian.tar.xz 5.4 KiB 88fcd6440db87468bff033051b5367ea0229bae14bbf160110865bce47b2e6ee
extlib_1.7.0-2build1.dsc 2.1 KiB 1cceb27ffc11f23ae1530cf2a68da0b27c50b3a217bc0895be33d675b5be1287

View changes file

Binary packages built by this source

libextlib-ocaml: No summary available for libextlib-ocaml in ubuntu yakkety.

No description available for libextlib-ocaml in ubuntu yakkety.

libextlib-ocaml-dbgsym: No summary available for libextlib-ocaml-dbgsym in ubuntu zesty.

No description available for libextlib-ocaml-dbgsym in ubuntu zesty.

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.