cl-ppcre 20190407.git1ca0cd9-1 source package in Ubuntu

Changelog

cl-ppcre (20190407.git1ca0cd9-1) unstable; urgency=medium

  * New upstream snapshot
  * Bump to debhelper compat level 12
  * Split cl-ppcre-unicode system into a separate package, to break the circular
    dependency with cl-unicode. (Closes: #903039)
  * Bump S-V to 4.5.0

 -- Sébastien Villemot <email address hidden>  Sun, 26 Jan 2020 18:53:21 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-ppcre_20190407.git1ca0cd9-1.dsc 2.1 KiB dd4463fddcc21bae7fd63b8a2e7b356d09381e4f12950f59b993519e53d82a41
cl-ppcre_20190407.git1ca0cd9.orig.tar.xz 112.0 KiB 008f57b8befec9efd396f15aded4bec39a9c7960675153cad9a91058ed3f50ec
cl-ppcre_20190407.git1ca0cd9-1.debian.tar.xz 5.4 KiB 93419e27a26aab46d93134ea9dc17c9ba84fdc816d29482440a5a8ef46c9f0aa

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.