extlib 1.7.6-1build1 source package in Ubuntu

Changelog

extlib (1.7.6-1build1) focal; urgency=medium

  * No-change rebuild against ocaml-nox-4.08.1

 -- Steve Langasek <email address hidden>  Fri, 21 Feb 2020 07:21:58 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libdevel

Downloads

File Size SHA-256 Checksum
extlib_1.7.6.orig.tar.gz 86.0 KiB a1758f6a393100f0f7505883feb421149986569629bbe30d3507948582f86939
extlib_1.7.6-1build1.debian.tar.xz 6.1 KiB 7616d2628b46ac6c6555ef6e79f5d5ef66bbc245003288b7ed2388924019fb81
extlib_1.7.6-1build1.dsc 2.2 KiB d7fdbc17a960a65b80902edf0904616ceece85f05b5c6878ac0a18cad136f107

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: No summary available for libextlib-ocaml-dbgsym in ubuntu groovy.

No description available for libextlib-ocaml-dbgsym in ubuntu groovy.

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.