pcre2el 1.12-2 source package in Ubuntu

Changelog

pcre2el (1.12-2) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <email address hidden>  Thu, 25 Jul 2024 23:20:24 +0900

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
pcre2el_1.12-2.dsc 2.0 KiB dfaba6def612a6bb02792ef48248a516df704742648150764f1366f347c97aa1
pcre2el_1.12.orig.tar.gz 85.8 KiB 29790fce0e2cf50d79e360f24e3234c2d74f5e77c9005b8390fd1e081bd94793
pcre2el_1.12-2.debian.tar.xz 5.0 KiB 363a427290000ce0b60e9b19b5ea91e6e80adc20c16b43b4046fa0c280a48bcf

Available diffs

No changes file available.

Binary packages built by this source

elpa-pcre2el: Emacs mode to convert between PCRE, Emacs and rx regexp syntax

 This package provides `pcre2el' or `rxt' (RegeXp Translator or RegeXp
 Tools), a utility for working with regular expressions in Emacs,
 based on a recursive-descent parser for regexp syntax. In addition to
 converting (a subset of) PCRE syntax into its Emacs equivalent, it
 can do the following:
 .
  - convert Emacs syntax to PCRE;
  - convert either syntax to `rx', an S-expression based regexp syntax
    untangle complex regexps by;
  - showing the parse tree in `rx' form and highlighting the;
  - corresponding chunks of code show the complete list of strings
    (productions) matching a regexp, provided the list is finite;
  - provide live font-locking of regexp syntax (so far only for Elisp
    buffers).