byacc-j 1.15-1.2 source package in Ubuntu

Changelog

byacc-j (1.15-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop unmaintained Vcs fields.
  * Convert to source format 3.0. (Closes: #1007042)

 -- Bastian Germann <email address hidden>  Mon, 21 Aug 2023 22:02:35 +0000

Upload details

Uploaded by:
Ludovic Claude
Uploaded to:
Sid
Original maintainer:
Ludovic Claude
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

Downloads

File Size SHA-256 Checksum
byacc-j_1.15-1.2.dsc 1.5 KiB 2dc27cae26e426c1bd71098f86c1d971c9c6a61bf488b0232913f28099c8a205
byacc-j_1.15.orig.tar.gz 52.4 KiB 4d6ba21fa5bc4ec4b1be9eb6e6efbb367eb6df2577fd0eaff60be9c6614f6609
byacc-j_1.15-1.2.debian.tar.xz 4.4 KiB 7eed507d3900b28a1ddb40083fae02d79060140060c879d934174b960adf2c2e

Available diffs

No changes file available.

Binary packages built by this source

byacc-j: Berkeley YACC parser generator extended to generate Java code

 BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser
 generator.
 .
 Standard YACC takes a YACC source file, and generates one or more C files from
 it, which if compiled properly, will produce a LALR-grammar parser. This is
 useful for expression parsing, interactive command parsing, and file reading.
 Many megabytes of YACC code have been written over the years.
 .
 This is the standard YACC tool that is in use every day to produce C/C++
 parsers.
 .
 I have added a "-J" flag which will cause BYACC to generate Java source code,
 instead. So there finally is a YACC for Java now!

byacc-j-dbgsym: debug symbols for byacc-j