extlib 1.7.8-2build1 source package in Ubuntu

Changelog

extlib (1.7.8-2build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 03 Nov 2023 00:13:16 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
extlib_1.7.8.orig.tar.gz 88.1 KiB 9e18c4f807afcef5e5d2050c7b4e375ebe7ee989820eff45d79f29f7195d26d8
extlib_1.7.8-2build1.debian.tar.xz 6.4 KiB 81e9f4abdee27bd3b8552360f9f394dff5a675dfb2e5c87a1a7babe003a269b7
extlib_1.7.8-2build1.dsc 2.1 KiB ff1fde9684eb36f75a4c1d6347b196952da17affc7ab1300f3693809be402a04

View changes file

Binary packages built by this source

libextlib-ocaml: extended standard library for OCaml (plugins)

 ExtLib is a project aiming at providing a complete - yet small -
 standard library for the OCaml programming language.
 .
 This package contains plugins needed by plugins using ExtLib.

libextlib-ocaml-dbgsym: debug symbols for libextlib-ocaml
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.