summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4dcbca96a14e5efe7dddbace872e2b5c4b110b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Source: antlr4
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: antlr3-maven-plugin,
               cdbs,
               debhelper (>= 9),
               default-jdk,
               default-jdk-doc,
               libantlr-maven-plugin-java (>= 2.1),
               libmaven-bundle-plugin-java,
               libmaven-install-plugin-java,
               libmaven-javadoc-plugin-java,
               libmaven-plugin-testing-java,
               libmaven-plugin-tools-java,
               libstringtemplate-java (>= 3.2.1),
               libstringtemplate4-java (>= 4.0.8),
               maven-debian-helper (>= 1.1),
               zip
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/antlr4.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/antlr4.git
Homepage: http://www.antlr4.org

Package: antlr4
Architecture: all
Depends: default-jre-headless | java6-runtime-headless,
         libantlr4-runtime-java (= ${source:Version}),
         libstringtemplate4-java,
         ${misc:Depends}
Recommends: ${maven:OptionalDepends}
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: antlr4-doc
Architecture: all
Section: doc
Depends: default-jdk-doc, ${misc:Depends}
Suggests: libantlr4-java
Description: language tool for constructing compilers etc - documentation
 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 provides the API documentation for ANTLR 4

Package: antlr4-maven-plugin
Architecture: all
Depends: antlr4 (>= ${source:Version}),
         libmaven2-core-java,
         libplexus-compiler-java,
         ${misc:Depends}
Description: Maven plugin for ANTLR 4
 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 provides the Maven plugin that supports compiling ANTLR 4
 grammars during a Maven build

Package: libantlr4-runtime-java
Architecture: all
Depends: ${misc:Depends}
Description: Runtime library for ANTLR 4
 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 provides the runtime library required to run the parsers
 generated by ANTLR 4