libparse-recdescent-perl 1.967015+dfsg-4 source package in Ubuntu

Changelog

libparse-recdescent-perl (1.967015+dfsg-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libparse-recdescent-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 23:04:54 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-recdescent-perl_1.967015+dfsg-4.dsc 2.3 KiB a6766a212cbebbf937d74eb451f00af94b84d953c1aa7b6d79fc151001f80acf
libparse-recdescent-perl_1.967015+dfsg.orig.tar.gz 127.2 KiB 4eecd54542d1103e360fffc229c2845728dc23303d01b18ea62b85347069ad6e
libparse-recdescent-perl_1.967015+dfsg-4.debian.tar.xz 8.4 KiB e735c5ca50ed4bc050c35f1e6b3d5e243cc17bfe7f80d909fbe100fe5d2b9883

Available diffs

No changes file available.

Binary packages built by this source

libparse-recdescent-perl: Perl module to create and use recursive-descent parsers

 Parse::RecDescent incrementally generates top-down recursive-descent text
 parsers from simple yacc-like grammar specifications. It provides:
 .
   * Regular expressions or literal strings as terminals (tokens)
   * Multiple (non-contiguous) productions for any rule
   * Repeated, optional and alternate sub-rules within productions
   * Late-bound (run-time dispatched) sub-rules
   * Full access to Perl within actions specified as part of the grammar
   * Simple automated error reporting during parser generation and parsing
   * The ability to commit to, uncommit to, or reject particular productions
     during a parse
   * Incremental extension of the parsing grammar (even during a parse)
   * The ability to retrieve the generated parsing code