File: control

package info (click to toggle)
grammatica 1.6%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,480 kB
  • sloc: java: 13,951; cs: 7,581; xml: 1,768; makefile: 15
file content (29 lines) | stat: -rw-r--r-- 898 bytes parent folder | download
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
Source: grammatica
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 ant,
 ant-optional,
 debhelper-compat (= 13),
 default-jdk,
 junit4,
Standards-Version: 4.1.3
Homepage: https://grammatica.percederberg.net
Vcs-Browser: https://salsa.debian.org/java-team/grammatica
Vcs-Git: https://salsa.debian.org/java-team/grammatica.git
Rules-Requires-Root: no

Package: libgrammatica-java
Architecture: all
Depends:
 ${misc:Depends},
Description: C# and Java parser generator (compiler compiler)
 Grammatica improves upon similar tools (like yacc and ANTLR):
 .
  * by creating well-commented and readable source code,
  * by having automatic error recovery and detailed error messages, and
  * by support for testing and debugging grammars without source code
    generation.