ocaml-res 3.2.0-2build3 source package in Ubuntu

Changelog

ocaml-res (3.2.0-2build3) oneiric; urgency=low

  * Rebuild to pick up ocaml fixes on armel.
 -- Adam Conrad <email address hidden>   Wed, 24 Aug 2011 16:27:58 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
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
ocaml-res_3.2.0.orig.tar.gz 39.3 KiB 7aa371cec6ec4d7cc5329f993295cd2f178ecc8e95d50f49778192187966d423
ocaml-res_3.2.0-2build3.debian.tar.gz 4.0 KiB e3b60d5b9638f4131e3b4a6c5ea6f0845f0fb62e0f269c962ad2180811ee9b92
ocaml-res_3.2.0-2build3.dsc 1.4 KiB 412c6c577fdb4ac1763080764e956e1dd6aeabf36d153d1878b54084f84fdfc0

Available diffs

View changes file

Binary packages built by this source

libres-ocaml-dev: OCaml library for automatically resizing contiguous data structure

 This OCaml library consists of a set of modules which implement
 automatically resizing (i.e. reallocating) data structures that consume
 a contiguous part of memory.
 .
 This allows appending and removing of elements to/from arrays (both
 boxed and unboxed), strings (i.e. buffers), bit strings and weak arrays
 while still maintaining fast constant-time access to elements.
 .
 There are also functors that allow the generation of similar modules
 which use different reallocation strategies.