File: control

package info (click to toggle)
asmtools 7.0-b09-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,304 kB
  • sloc: java: 18,740; xml: 196; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 807 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
Source: asmtools
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Build-Depends:
 ant,
 debhelper (>= 13),
 default-jdk,
 javahelper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/asmtools.git
Vcs-Browser: https://salsa.debian.org/java-team/asmtools
Homepage: https://github.com/openjdk/asmtools
Rules-Requires-Root: no

Package: libasmtools-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: OpenJDK AsmTools
 The AsmTools open source project is used to develop tools for the production
 of proper and improper Java '.class' files. AsmTools are being opened in order
 to facilitate a community of Java .class file production for various testing
 and other OpenJDK development applications.