File: control

package info (click to toggle)
libcodesize-java 1.1%2Bgit20130603-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 208 kB
  • ctags: 35
  • sloc: java: 238; xml: 181; makefile: 29
file content (28 lines) | stat: -rw-r--r-- 956 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
Source: libcodesize-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@gambaru.de>
Build-Depends:
 debhelper (>= 9),
 javahelper,
 maven-repo-helper (>= 1.6~)
Build-Depends-Indep:
 default-jdk,
 libbcel-java
Standards-Version: 3.9.6
Homepage: http://www.robowiki.net/wiki/Code_Size
Vcs-Git: git://anonscm.debian.org/pkg-java/libcodesize-java.git
Vcs-Browser: http://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.