File: control

package info (click to toggle)
bytecode 0.92.svn.20090106-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: java: 3,751; xml: 224; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,293 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
Source: bytecode
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               junit,
               ant,
               javahelper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/bytecode
Vcs-Git: https://salsa.debian.org/java-team/bytecode.git
Homepage: https://www.biojava.org

Package: libbytecode-java
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         default-jre,
         ${java:Depends}
Description: Java bytecode manipulation library
 The library presents itself as a collection of routines to manipulate Java
 bytecode. It allows for the dynamic creation of Java class files without
 using of Javac. Such tailored code can be used, i.e. as for the upstream's
 motivation of the BioJava developers, to generate implementations of
 Hidden Markov Models. It thus acts much like inline assembly for Java.

Package: libbytecode-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: lynx|www-browser
Description: Documentation for the API of the Java bytecode library
 Javadoc-generated description of the bytecode API in HTML.