yapps2 2.1.1-17.3 source package in Ubuntu

Changelog

yapps2 (2.1.1-17.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Build using dh-python. Closes: #786242.

 -- Matthias Klose <email address hidden>  Sat, 22 Aug 2015 15:10:19 +0200

Upload details

Uploaded by:
Matthias Urlichs
Uploaded to:
Sid
Original maintainer:
Matthias Urlichs
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yapps2_2.1.1-17.3.dsc 1.7 KiB 1ea456f3445c41fdd4539a4f2ecc4aaf067ce024c43d1ffdcf9df8965e9598e6
yapps2_2.1.1.orig.tar.gz 37.0 KiB 87c78419a602858d1809330a9055ffd05c2e1cff588ed6d0b8f45ab5892dae53
yapps2_2.1.1-17.3.diff.gz 39.3 KiB f0eb30b3c3582e646b20e524f45acd8e4910ce7771abaf269bc2f9b6537fe104

No changes file available.

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.