libparse-recdescent-perl 1.967013+dfsg-1 source package in Ubuntu

Changelog

libparse-recdescent-perl (1.967013+dfsg-1) unstable; urgency=medium

  * Import Upstream version 1.967013+dfsg
  * Email change: Florian Schlichting -> <email address hidden>
  * Update years of packaging copyright

 -- Florian Schlichting <email address hidden>  Tue, 06 Oct 2015 22:46:28 +0200

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-recdescent-perl_1.967013+dfsg-1.dsc 2.3 KiB e6d32d605bfb3bf40e50f658d92e6f97c25bad53ef734445dc2eaf29382a35f2
libparse-recdescent-perl_1.967013+dfsg.orig.tar.gz 126.1 KiB 22ef7567024288d4fe59d89de098e0b61c917633bea68cf9477367e069acb787
libparse-recdescent-perl_1.967013+dfsg-1.debian.tar.xz 8.6 KiB 2440b457e9bb0d53e9b30f8c51f4e7b3d130672f28d45e74b3d96dfa3cde4213

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