ocaml-res 5.0.1-3build1 source package in Ubuntu

Changelog

ocaml-res (5.0.1-3build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 02 Nov 2023 10:15:10 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
ocaml-res_5.0.1.orig.tar.gz 31.0 KiB df7965f5021a4422a462545647aad420a50dd8ba69c504eff74b3c346593b70d
ocaml-res_5.0.1-3build1.debian.tar.xz 3.5 KiB 362380ce511e2b97dd4995712581442e15a467281a7e64dd71ff9e269fb866bc
ocaml-res_5.0.1-3build1.dsc 1.9 KiB 8ed9f755d3f2fc49b2935d98c919a56adfead6c903d8db89b2dd45a5a0e171cc

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