File: control

package info (click to toggle)
libcodesize-java 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: java: 239; xml: 101; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 936 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 (>= 11),
 default-jdk,
 javahelper,
 libbcel-java,
 maven-debian-helper
Standards-Version: 4.2.1
Homepage: http://www.robowiki.net/wiki/Code_Size
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcodesize-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcodesize-java.git

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.