File: control

package info (click to toggle)
libcodesize-java 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: java: 239; xml: 101; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 924 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
Source: libcodesize-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,
 libbcel-java,
 maven-debian-helper
Standards-Version: 4.6.1
Homepage: https://robowiki.net/wiki/Code_Size
Vcs-Git: https://salsa.debian.org/java-team/libcodesize-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcodesize-java

Package: libcodesize-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Description: calculates the size of code for Robocode
 Codesize is a tool for calculating the code size of a Java classfile or Java
 archive (JAR). Code size is important to you if you want to make Robots for
 the smaller weight classes. It can be challenging, educational, frustrating or
 all at once to reduce the code to the targeted level.