coco-cs 20110419-1.1 source package in Ubuntu

Changelog

coco-cs (20110419-1.1) unstable; urgency=low

  * Non-maintainer upload by Debian CLI Applications Team.
  * Makefile:
    + Switch from using gmcs to the Debian default C# compiler mono-csc.
      (Closes: #627527)
  * debian/rules,
    debian/control:
    + Ensure the appropriate dh_ commands from cli-common-dev are called,
      so valid runtime dependencies can be generated for the binary package.
      (Closes: #631840)
 -- Chow Loong Jin <email address hidden>   Mon, 27 Jun 2011 17:39:25 +0100

Upload details

Uploaded by:
Chow Loong Jin
Uploaded to:
Oneiric
Original maintainer:
Loeberbauer Markus
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
coco-cs_20110419.orig.tar.gz 36.3 KiB bc26c46bd303f13405778f8f526478895a1525e24a2b439203ae098a84543ec0
coco-cs_20110419-1.1.diff.gz 6.6 KiB 4e11c16051980bb4e32d7c0feb63f78d4274b3b144a296d802f953e38361f39a
coco-cs_20110419-1.1.dsc 1.7 KiB 73e2dd942579472bfc5ac4e2d9d065f37cacfb2a1714c09b3fc04f45f7a4d95c

View changes file

Binary packages built by this source

coco-cs: Coco/R Compiler Generator (C-Sharp 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 cococs, which is a shell script in /usr/bin.