libparser-mgc-perl 0.15-2 source package in Ubuntu

Changelog

libparser-mgc-perl (0.15-2) unstable; urgency=medium

  * Team upload.
  * Fix autopkgtests. The smoke test also needs the examples/ directory.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Tue, 01 Aug 2017 17:20:30 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparser-mgc-perl_0.15-2.dsc 2.2 KiB d4f6a83283b3b933c3b4073ffdb922acfaaf18aa8e9b22f074b77ce939c401e0
libparser-mgc-perl_0.15.orig.tar.gz 46.8 KiB 7a046584409c4607c26bb8f4c23e3586e984ccecdcffc9c1c038d66c0b0f6349
libparser-mgc-perl_0.15-2.debian.tar.xz 3.2 KiB eb3be3173daed4bcceb285a125c39464a4634f93fb8b8e906f21b17df8812852

Available diffs

No changes file available.

Binary packages built by this source

libparser-mgc-perl: builder for simple recursive-descent parsers

 Parser::MGC provides a low-level framework for building
 recursive-descent parsers that consume a given input string from left
 to right, returning a parse structure. It takes its name from the
 `m//gc' regexps used to implement the token parsing behaviour.
 .
 It provides a number of token-parsing methods, which each extract a
 grammatical token from the string. It also provides wrapping methods
 that can be used to build up a possibly-recursive grammar structure, by
 applying a structure around other parts of parsing code.