cl-ppcre 20220126.gitb4056c5-1 source package in Ubuntu

Changelog

cl-ppcre (20220126.gitb4056c5-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Wrap long lines in changelog entries: 1.3.2-1, 1.2.18-1.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ 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>  Tue, 15 Mar 2022 16:07:15 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-ppcre_20220126.gitb4056c5-1.dsc 2.1 KiB 8772dbf88114ca411f040924d39d351ba4ddf305dddc2e04b5c29ea4bb0a2a80
cl-ppcre_20220126.gitb4056c5.orig.tar.xz 112.2 KiB 2a670674c123a337c1a1ef1e951ae24078f449a89e2bc1ef74355866ad7e77ba
cl-ppcre_20220126.gitb4056c5-1.debian.tar.xz 5.7 KiB 34f4c8cd689e3ba5130234ba400d43371eee109b1776a2e06cdb36f258e6228f

No changes file available.

Binary packages built by this source

cl-ppcre: Portable Perl-compatible regular expressions for Common Lisp

 CL-PPCRE is a portable regular expression library for Common Lisp
 which has the following features:
 .
  * It is compatible with Perl.
  * It is pretty fast.
  * It is portable between ANSI-compliant Common Lisp implementations.
  * It is thread-safe.
  * In addition to specifying regular expressions as strings like in Perl you
    can also use S-expressions.

cl-ppcre-unicode: Portable Perl-compatible regular expressions for Common Lisp (Unicode)

 CL-PPCRE is a portable regular expression library for Common Lisp
 which has the following features:
 .
  * It is compatible with Perl.
  * It is pretty fast.
  * It is portable between ANSI-compliant Common Lisp implementations.
  * It is thread-safe.
  * In addition to specifying regular expressions as strings like in Perl you
    can also use S-expressions.
 .
 This package adds support for Unicode properties to cl-ppcre.