flexi-streams 20200913.git911a3e2-1 source package in Ubuntu

Changelog

flexi-streams (20200913.git911a3e2-1) unstable; urgency=low

  * Team upload

  [ Sébastien Villemot ]
  * New upstream snapshot
  * Bump to debhelper 13
  * Bump to S-V 4.5.1
  * Add lintian-overrides for files with national encoding on purpose
  * debian/upstream/metadata: add more fields

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

 -- Sébastien Villemot <email address hidden>  Fri, 18 Dec 2020 11:13:51 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flexi-streams_20200913.git911a3e2-1.dsc 2.1 KiB c61c159b3ed8bcb2e5498332191f97ea3e7f4b5c2707da1cf166997be43daaad
flexi-streams_20200913.git911a3e2.orig.tar.xz 162.6 KiB c5998891df882e5e3c906850071128f24a7e4c65a75072a15fda5d5ce05125a4
flexi-streams_20200913.git911a3e2-1.debian.tar.xz 5.1 KiB 19d01f4191cf2b05b8db62edc725ef9c93b25638bfcd37a8a07799409d6e41aa

No changes file available.

Binary packages built by this source

cl-flexi-streams: Flexi-streams: Flexible bivalent streams for Common Lisp

 FLEXI-STREAMS implements "virtual" bivalent streams that can be layered
 atop real binary or bivalent streams and that can be used to read and
 write character data in various single- or multi-octet encodings which
 can be changed on the fly. It also supplies in-memory binary streams
 which are similar to string streams.
 .
 FLEXI-STREAMS is currently not optimized towards performance - it is
 rather intended to be easy to use and (if possible) to behave correctly.