File: control

package info (click to toggle)
libreflectasm-java 1.11.9%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 360 kB
  • sloc: java: 1,697; xml: 108; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 2,046 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: libreflectasm-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               javahelper,
               maven-debian-helper,
               libmaven-assembly-plugin-java,
               libmaven-bundle-plugin-java,
               libmaven-javadoc-plugin-java,
               libasm-java,
               junit4 <!nocheck>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/libreflectasm-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libreflectasm-java
Homepage: https://github.com/EsotericSoftware/reflectasm
Rules-Requires-Root: no

Package: libreflectasm-java
Architecture: all
Depends: ${java:Depends},
         ${maven:Depends},
         ${misc:Depends}
Recommends: libreflectasm-java-doc (= ${binary:Version}),
            ${maven:OptionalDepends}
Description: library that provides reflection by using code generation
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.

Package: libreflectasm-java-doc
Architecture: all
Section: doc
Depends: ${java:Depends},
         ${misc:Depends}
Recommends: ${java:Recommends}
Multi-Arch: foreign
Description: library that provides reflection by using code generation - doc
 ReflectASM is a very small Java library that provides high performance
 reflection by using code generation. An access class is generated
 to set/get fields, call methods, or create a new instance.
 .
 The access class uses bytecode rather than Java's reflection,
 so it is much faster. It can also access primitive fields via
 bytecode to avoid boxing.
 .
 This package contains the Javadoc API