pcre2el 1.12-1 source package in Ubuntu

Changelog

pcre2el (1.12-1) unstable; urgency=medium

  * New upstream version 1.12
  * Refresh and update patches
  * d/control: Declare Standards-Version 4.6.2 (no changes needed)
  * d/copyright: Bump copyright years

 -- Lev Lamberov <email address hidden>  Tue, 29 Aug 2023 11:58:31 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pcre2el_1.12-1.dsc 1.9 KiB 61b4b5164c5374215e6b929c22560bc34c7ab45723becb6c4924b5b1d6d5d855
pcre2el_1.12.orig.tar.gz 85.8 KiB 29790fce0e2cf50d79e360f24e3234c2d74f5e77c9005b8390fd1e081bd94793
pcre2el_1.12-1.debian.tar.xz 4.9 KiB 3cdf6cec215686340a63ac7a29dc49b21a09d88fba1519f9c42491c2ad1d3448

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).