yapps2 2.1.1-17.2ubuntu1 source package in Ubuntu RTM

Changelog

yapps2 (2.1.1-17.2ubuntu1) precise; urgency=low

  * Build using dh_python2
 -- Matthias Klose <email address hidden>   Sat, 17 Dec 2011 14:48:06 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Matthias Urlichs
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main python
14.09 release main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
yapps2_2.1.1.orig.tar.gz 37.0 KiB 87c78419a602858d1809330a9055ffd05c2e1cff588ed6d0b8f45ab5892dae53
yapps2_2.1.1-17.2ubuntu1.diff.gz 38.7 KiB 5bbd50123ab3a83bc5a0b17911951717e30d4b80d09ab567003d36d57235f406
yapps2_2.1.1-17.2ubuntu1.dsc 1.1 KiB 4174b7eef0bafcc7848fda60070421f061547bb69538f774184ccaefe9eb98ce

Available diffs

View changes file

Binary packages built by this source

yapps2: Yet Another Python Parser System

 YAPPS is an easy to use parser generator that is written in Python and
 generates Python code. There are several parser generator systems
 already available for Python, but this parser has different goals:
 Yapps is simple, very easy to use, and produces human-readable parsers.
 .
 It is not the fastest or most powerful parser. Yapps is designed to be
 used when regular expressions are not enough and other parser systems
 are too much: situations where you might otherwise write your own
 recursive descent parser.
 .
 This package contains several upward-compatible enhancements to the
 original YAPPS source:
 .
     - handles recursive input ("include files")
     - better error reporting
     - reads input incrementally

yapps2-runtime: Yet Another Python Parser System

 YAPPS is an easy to use parser generator that is written in Python and
 generates Python code. There are several parser generator systems
 already available for Python, but this parser has different goals:
 Yapps is simple, very easy to use, and produces human-readable parsers.
 .
 This package contains the Python runtime support for parsers generated
 with yapps2.