cl-trivial-utf-8 20111001-1.1 source package in Ubuntu

Changelog

cl-trivial-utf-8 (20111001-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 11:57:37 +0100

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-trivial-utf-8_20111001-1.1.dsc 1.8 KiB 1def864be67ff3544a59031b1074a3cc4ae08773ff2f1cd25674ecf6de5798ad
cl-trivial-utf-8_20111001.orig.tar.gz 5.9 KiB 8b17c345da11796663cfd04584445c62f09e789981a83ebefe7970a30b0aafd2
cl-trivial-utf-8_20111001-1.1.debian.tar.xz 2.0 KiB 9839c9a21dad5d4ef61943c923a054019803448c75bc32401d23434e0de97bc6

Available diffs

No changes file available.

Binary packages built by this source

cl-trivial-utf-8: small Common Lisp library for doing UTF-8-based in- and output

 Trivial UTF-8 is a small library for doing UTF-8-based in- and output on a
 Lisp implementation that already supports Unicode -- meaning char-code and
 code-char deal with Unicode character codes.
 .
 The rationale for the existence of this library is that while
 Unicode-enabled implementations usually do provide some kind of interface
 to dealing with character encodings, these are typically not terribly
 flexible or uniform.
 .
 The Babel library solves a similar problem while understanding more
 encodings. Trivial UTF-8 was written before Babel existed, but for new
 projects you might be better off going with Babel. The one plus that
 Trivial UTF-8 has is that it doesn't depend on any other libraries.