File: control

package info (click to toggle)
libxtc-rats-java 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 18,580 kB
  • sloc: java: 288,962; ansic: 20,406; ml: 14,775; makefile: 1,358; cpp: 621; sh: 352; xml: 259; perl: 123
file content (30 lines) | stat: -rw-r--r-- 916 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
30
Source: libxtc-rats-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 javahelper,
 junit4,
 libantlr-java,
 maven-repo-helper
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/libxtc-rats-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libxtc-rats-java
Homepage: https://cs.nyu.edu/rgrimm/xtc/

Package: libxtc-rats-java
Architecture: all
Depends:
 libantlr-java,
 ${misc:Depends}
Description: parser generator written in Java
 The xtc (eXTensible Compiler) project is exploring novel programming languages
 and tools to improve the expressiveness, safety, and efficiency of complex
 systems.
 .
 This package includes Rats!, a parser generator supporting modular syntax and
 declarative syntax tree specifications.