extlib 1.7.6-1 source package in Ubuntu

Changelog

extlib (1.7.6-1) unstable; urgency=medium

  [ Stéphane Glondu ]
  * New upstream release
  * Remove Lifeng from Uploaders (Closes: #925072)
  * Update Vcs-*
  * Bump Standards-Version to 4.4.0
  * Bump debhelper compat level to 12

  [ Andy Li ]
  * Add dh_missing --fail-missing.
  * Add autopkgtest support.

 -- Stéphane Glondu <email address hidden>  Fri, 09 Aug 2019 14:10:38 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
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.6-1.dsc 1.9 KiB 39c6f2092e808457009fe3653474e6c02062a43387877472e962b297328ed071
extlib_1.7.6.orig.tar.gz 86.0 KiB a1758f6a393100f0f7505883feb421149986569629bbe30d3507948582f86939
extlib_1.7.6-1.debian.tar.xz 6.0 KiB bb898f33233ed0c03e7d2b3da2d3f623789797c9200c139cf9116494c17d8481

No changes file available.

Binary packages built by this source

libextlib-ocaml: No summary available for libextlib-ocaml in ubuntu eoan.

No description available for libextlib-ocaml in ubuntu eoan.

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.