flexi-streams 20210728.git41af5dc-1 source package in Ubuntu

Changelog

flexi-streams (20210728.git41af5dc-1) unstable; urgency=medium

  * Team upload
  * New upstream snapshot
  * d/copyright: reflect upstream changes
  * Update standards version to 4.6.0, no changes needed.
  * Add lintian overrides for test files detected as documentation

 -- Sébastien Villemot <email address hidden>  Fri, 05 Nov 2021 15:44:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flexi-streams_20210728.git41af5dc-1.dsc 2.1 KiB 87c7c23cb8bc34f102f21018491232f3f3b80a5d94cfb94f6e344da6688b3c5f
flexi-streams_20210728.git41af5dc.orig.tar.xz 163.9 KiB 5f266ea544f5ee701fd2778976de95c182347b62a8125981c915ad03b2746d8a
flexi-streams_20210728.git41af5dc-1.debian.tar.xz 5.2 KiB 11f736d5314aa9830bf8a65f4a23b0b9a195222e87078664d0dc4f8ddcea3cb4

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.