pcre2el 1.8-4 source package in Ubuntu
Changelog
pcre2el (1.8-4) unstable; urgency=medium * Add patch to disable failing tests; despite failing tests the package still works and useful (see, #973179) * d/control: Declare Standards-Version 4.5.1 (no changes needed) * d/control: Migrate to debhelper-compat 13 * d/copyright: Bump copyright years -- Lev Lamberov <email address hidden> Wed, 18 Nov 2020 15:32:12 +0500
Upload details
- Uploaded by:
- Debian Emacsen team on 2020-11-18
- Uploaded to:
- Sid
- Original maintainer:
- Debian Emacsen team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-11-19 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pcre2el_1.8-4.dsc | 1.9 KiB | 9fc9b7170ea06868560c5d16c9dfc5b395218404a63352569ebaac44f9138ebc |
pcre2el_1.8.orig.tar.gz | 73.8 KiB | e1c800e5f467e3c3adc112f2f6dd799d9e0f99561d2af96ae37aa997dea83812 |
pcre2el_1.8-4.debian.tar.xz | 4.1 KiB | 8d7e6af60c53d0bee8b23c10c7f2c01ee5b644d4a3bee269bcf5595d262615d9 |
Available diffs
- diff from 1.8-3 to 1.8-4 (979 bytes)
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).