xr-el 1.25-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.25
  * d/control: Clean Recommends

 -- Lev Lamberov <email address hidden>  Sun, 10 Dec 2023 11:05:52 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xr-el_1.25-1.dsc 1.9 KiB de37d99a971bb31a7a718020d23574d6b5a3759e004573c02bcb2d9ced4cb81f
xr-el_1.25.orig.tar.gz 23.9 KiB 26db6f857df0bd714a24bacfe7ef721fb84e19121657ab4f5cda2a53fb5a24ae
xr-el_1.25-1.debian.tar.xz 3.6 KiB 50129524e3e2143ff08070966f09840d5ed3fbe2925252b0f486ddea516506fe

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.