extlib 1.7.8-2build2 source package in Ubuntu

Changelog

extlib (1.7.8-2build2) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 16:47:14 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libdevel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe libdevel

Downloads

File Size SHA-256 Checksum
extlib_1.7.8.orig.tar.gz 88.1 KiB 9e18c4f807afcef5e5d2050c7b4e375ebe7ee989820eff45d79f29f7195d26d8
extlib_1.7.8-2build2.debian.tar.xz 6.5 KiB 471b14fd2b12f5c00f76aad3b7fbe9851afd7ccac444b4a09dc96121ad102e6f
extlib_1.7.8-2build2.dsc 2.2 KiB fe240e17dfdd01b1b196a3d8be4f8260650bbe993d517344c86c1a725711041e

Available diffs

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.