yapps2 2.2.1-3.2 source package in Ubuntu

Changelog

yapps2 (2.2.1-3.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Convert to source format 3.0 (closes: #1007279).
  * Move some Build-Depends in order to build the source package only.

 -- Bastian Germann <email address hidden>  Wed, 16 Aug 2023 19:52:30 +0000

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
Oracular release universe python
Noble release universe python
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yapps2_2.2.1-3.2.dsc 1.6 KiB 264cb0abfbfb6138ea710c6a1afcd968ca65b36f5c4ab18c531efa1e6e91c592
yapps2_2.2.1.orig.tar.gz 38.0 KiB 3f46dbef0d9b067a00dced333c1b2c09d78963e0dd14872a39715889b7228f73
yapps2_2.2.1-3.2.debian.tar.xz 7.4 KiB bd4194759213116b6d2ffdef1c64650e77de406ba9b2df3e3835038697726ab4

Available diffs

No changes file available.

Binary packages built by this source

python3-yapps: 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 Python3 runtime support for parsers generated
 with yapps2.

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