ocaml-res 4.0.3-4build1 source package in Ubuntu

Changelog

ocaml-res (4.0.3-4build1) bionic; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Fri, 27 Oct 2017 22:03:37 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
ocaml-res_4.0.3.orig.tar.gz 68.0 KiB 264319e586b2695f4ce453eb950546f4898875bed11df5e514f84c8670269b5e
ocaml-res_4.0.3-4build1.debian.tar.xz 3.4 KiB 19ce8d208d063d32e389249694ec275cee5ba8edb868e02ad02298c503be68dd
ocaml-res_4.0.3-4build1.dsc 2.0 KiB 9df9b5436e1406f81e20c550aa38f6f9db4c5d155ee5b5b1095aa45bc1f1041a

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.

libres-ocaml-dev-dbgsym: debug symbols for libres-ocaml-dev