xr-el 2.0+repack-1 source package in Ubuntu

Changelog

xr-el (2.0+repack-1) unstable; urgency=medium

  * New upstream version 2.0+repack
  * d/control: Declare Standards-Version 4.7.0 (no changes needed)
  * d/copyright: Update copyright years

 -- Lev Lamberov <email address hidden>  Wed, 14 Aug 2024 11:54:13 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xr-el_2.0+repack-1.dsc 1.9 KiB e36f23b24a3a47f503b1c5dd767aacbf474d338565aa133bbe33a92cf8c605c2
xr-el_2.0+repack.orig.tar.gz 35.7 KiB 5132766ed477c7aa425bf8263623eae80b6b89e359b9752fe283f56006e47dec
xr-el_2.0+repack-1.debian.tar.xz 3.8 KiB 68cb299b677586d4dc12c265558694727db185c9d60b01f10ada141df8c94e7b

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.