coco-cpp 20120102-3 source package in Ubuntu

Changelog

coco-cpp (20120102-3) unstable; urgency=medium

  * QA upload.
  * Convert to source format 3.0. (Closes: #1007373)
  * d/copyright: Convert to machine-readable format.

 -- Bastian Germann <email address hidden>  Sun, 06 Aug 2023 19:34:33 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
coco-cpp_20120102-3.dsc 1.6 KiB e444dec7e29ea5983e56e243357482b46d6735a94320d45aee4262330d9b933b
coco-cpp_20120102.orig.tar.gz 57.9 KiB 67c85f19f9c6b98fa494c8fc146294867082ece225a484fe080efdd9282a249b
coco-cpp_20120102-3.debian.tar.xz 4.7 KiB 02cefc26f4d880fb663e6de6adebd5a7875cab0e0dc3e4441ccc4a20a8ad044a

Available diffs

No changes file available.

Binary packages built by this source

coco-cpp: Coco/R Compiler Generator (C++ Version)

 Coco/R is a compiler generator, which takes an attributed grammar of a source
 language and generates a scanner and a parser for this language. The scanner
 works as a deterministic finite automaton. The parser uses recursive descent.
 LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic
 checks. Thus the class of accepted grammars is LL(k) for an arbitrary k.
 .
 To start Coco call cococpp, which is a shell script in /usr/bin.

coco-cpp-dbgsym: debug symbols for coco-cpp