coco-java 20110419-4ubuntu1 source package in Ubuntu

Changelog

coco-java (20110419-4ubuntu1) noble; urgency=medium

  * d/p/debian.patch, d/rules: use java_compat_level variable provided
    by java-common to adjust -source/-target level to the minimum
    required by the default Java (LP: #2052987).

 -- Vladimir Petko <email address hidden>  Wed, 22 Nov 2023 10:42:13 +1300

Upload details

Uploaded by:
Vladimir Petko
Sponsored by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
coco-java_20110419.orig.tar.gz 39.8 KiB 31320076b1e63cbc2493a7ca0f4b5999685e490eb7191aa47845104380c857d0
coco-java_20110419-4ubuntu1.debian.tar.xz 6.7 KiB 2a1235dadda2b2f468ce5f6ebec263fb5951e19b7655f40db5f295985f4f922d
coco-java_20110419-4ubuntu1.dsc 1.9 KiB 89f2ffe18c32e9e6d3823af3f7cca9dfcd348dd3ccb69e0230c4033746b35984

View changes file

Binary packages built by this source

coco-java: Coco/R Compiler Generator (Java 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 cocoj, which is a shell script in /usr/bin.