summaryrefslogtreecommitdiff
path: root/debian/control
blob: b5fa726f6754e51d11e95ddd1e97ab1aefebf634 (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
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,
               debhelper (>= 9),
               default-jdk,
               default-jdk-doc,
               libantlr3-runtime-java,
               libmaven-bundle-plugin-java,
               libmaven-install-plugin-java,
               libmaven-javadoc-plugin-java,
               libmaven-plugin-testing-java,
               libmaven-plugin-tools-java,
               libstringtemplate4-java (>= 4.0.8),
               libtreelayout-java,
               maven-debian-helper (>= 1.1),
               zip
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/antlr4.git
Vcs-Browser: https://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}),
         libantlr3-runtime-java,
         libstringtemplate4-java,
         libtreelayout-java,
         ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: ANTLR Parser Generator
 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator
 for reading, processing, executing, or translating structured text or binary
 files. It's widely used to build languages, tools, and frameworks. From a
 grammar, ANTLR generates a parser that can build and walk parse trees.

Package: antlr4-doc
Architecture: all
Section: doc
Depends: default-jdk-doc, ${misc:Depends}
Suggests: libantlr4-runtime-java
Description: ANTLR Parser Generator (documentation)
 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator
 for reading, processing, executing, or translating structured text or binary
 files. It's widely used to build languages, tools, and frameworks. From a
 grammar, ANTLR generates a parser that can build and walk parse trees.
 .
 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) is a powerful parser generator
 for reading, processing, executing, or translating structured text or binary
 files. It's widely used to build languages, tools, and frameworks. From a
 grammar, ANTLR generates a parser that can build and walk parse trees.
 .
 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) is a powerful parser generator
 for reading, processing, executing, or translating structured text or binary
 files. It's widely used to build languages, tools, and frameworks. From a
 grammar, ANTLR generates a parser that can build and walk parse trees.
 .
 This package provides the runtime library required to run the parsers
 generated by ANTLR 4.