ocaml-res 4.0.3-3 source package in Ubuntu

Changelog

ocaml-res (4.0.3-3) unstable; urgency=low


  * Team upload
  * Upload to unstable

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
ocaml-res_4.0.3-3.dsc 2.0 KiB 163353765dd2d255a4e02d6ece751d9cf7f824572fdcac3995001e709af96035
ocaml-res_4.0.3.orig.tar.gz 68.0 KiB 264319e586b2695f4ce453eb950546f4898875bed11df5e514f84c8670269b5e
ocaml-res_4.0.3-3.debian.tar.gz 3.4 KiB 2af6095ff0e150123836322fb02fad1012fec8b17e0eaf8b3aa0e9fc362a98cb

Available diffs

No changes file available.

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.