File: control

package info (click to toggle)
asm3 3.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,332 kB
  • sloc: java: 37,188; xml: 1,841; makefile: 30; sh: 12
file content (38 lines) | stat: -rw-r--r-- 1,743 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
31
32
33
34
35
36
37
38
Source: asm3
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude@laposte.net>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), cdbs, default-jdk
Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5), javahelper
Standards-Version: 3.9.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm3
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm3
Homepage: http://asm.objectweb.org/

Package: libasm3-java
Architecture: all
Depends: ${misc:Depends}
Description: Java bytecode manipulation framework
 It can be used to dynamically generate stub classes or other proxy classes,
 directly in binary form, or to dynamically modify classes at load time, i.e.,
 just before they are loaded into the Java Virtual Machine.
 .
 ASM offers similar functionalities as BCEL or SERP, but is much smaller
 (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
 than these tools (the overhead of a load time class transformation is on
 the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with
 SERP). ASM was designed to be used in a dynamic and static way and was
 therefore designed and implemented to be as small and as fast as possible.

Package: libasm3-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libasm3-java
Description: Documentation for ASM, the Java(TM) bytecode manipulation framework
 It can be used to dynamically generate stub classes or other proxy classes,
 directly in binary form, or to dynamically modify classes at load time, i.e.,
 just before they are loaded into a Java(TM) Virtual Machine.
 .
 This package includes the API Javadoc and examples.