cl-chipz 20220213.git82a17d3-1 source package in Ubuntu

Changelog

cl-chipz (20220213.git82a17d3-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Sébastien Villemot ]
  * New upstream snapshot
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Sébastien Villemot <email address hidden>  Sat, 12 Mar 2022 15:44:23 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-chipz_20220213.git82a17d3-1.dsc 2.0 KiB 19a0db323385a395e6ddc9baac148b41a1726bc6125953f0b7b2a7c844b62273
cl-chipz_20220213.git82a17d3.orig.tar.xz 30.8 KiB de8b287a4d1a31564e9cc9545943c698cefdb9fe64769db39b94a5b96460f561
cl-chipz_20220213.git82a17d3-1.debian.tar.xz 3.5 KiB 054de63f4d43a56902ac5d3c0a56fe9999a054ef3354759fc5cf02754df13a19

No changes file available.

Binary packages built by this source

cl-chipz: decompress DEFLATE and BZIP2 data in Common Lisp

 DEFLATE data, defined in RFC1951, forms the core of popular compression
 formats such as zlib (RFC 1950) and gzip (RFC 1952). As such, Chipz also
 provides for decompressing data in those formats as well. BZIP2 is the
 format used by the popular compression tool bzip2.
 .
 Chipz is the reading complement to Salza (provided by cl-salza2 package).