Source: antlr3
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, antlr,
 antlr3, libstringtemplate-java (>= 3.2.1), javahelper (>= 0.32~), gcj-native-helper
Standards-Version: 3.9.2

Package: antlr3
Architecture: all
Depends:  ${misc:Depends}, 
 default-jre-headless | java2-runtime-headless, libstringtemplate-java
Suggests: antlr3-gcj
Description: language tool for constructing recognizers, compilers etc
 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is 
 a language tool that provides a framework for constructing recognizers,
 compilers, and translators from grammatical descriptions containing C++
 or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
 . 
 Computer language translation has become a common task. While 
 compilers and tools for traditional computer languages (such as C
 or Java) are still being built, their number is dwarfed by the thousands
 of mini-languages for which recognizers and translators are being 
 developed. Programmers construct translators for database formats, 
 graphical data files (e.g., PostScript, AutoCAD), text processing 
 files (e.g., HTML, SGML).  ANTLR is designed to handle all of your 
 translation tasks.

Package: antlr3-gcj
Architecture: any
Depends: antlr3 (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: language tool for constructing recognizers, compilers etc (native code)
 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is 
 a language tool that provides a framework for constructing recognizers,
 compilers, and translators from grammatical descriptions containing C++
 or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
 . 
 This package contains the natively compiled code for use by gij.

