xr-el 1.24-1 source package in Ubuntu

Changelog

xr-el (1.24-1) unstable; urgency=medium

  * New upstream version 1.24
  * Add upstream PGP key
  * d/control: Declare Standards-Version 4.6.2 (no changes needed)
  * d/copyright: Update copyright years
  * d/watch: Update to handle lz archives

 -- Lev Lamberov <email address hidden>  Thu, 10 Aug 2023 09:17:17 +0500

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xr-el_1.24-1.dsc 1.9 KiB 94753536284364a70a2003124a71aa2b52f599cd6f66d82f2adb4892c2a07b8e
xr-el_1.24.orig.tar.gz 23.6 KiB f65d9af76586286fedffde30cbb40eb2af3ad61a73daab6274648d186a989779
xr-el_1.24-1.debian.tar.xz 3.6 KiB 47b00b5d62b0f7bc17a493d442850a85e38c0fa7a8bd1238a7c860a7e9528bce

Available diffs

No changes file available.

Binary packages built by this source

elpa-xr: convert string regexp to rx notation

 XR converts Emacs regular expressions to the structured rx form, thus
 being an inverse of rx. It can also find mistakes and questionable
 constructs inside regexp strings.
 .
 It can be useful for:
 .
   * Migrating existing code to rx form
   * Understanding what a regexp string really means
   * Finding errors in regexp strings
 .
 It can also parse and find mistakes in skip-sets, the regexp-like
 arguments to skip-chars-forward and skip-chars-backward.