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: bytecode
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Build-Depends: debhelper (>= 9), default-jdk, quilt, junit, ant, javahelper
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/bytecode.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/bytecode.git
Homepage: http://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
Depends: ${misc:Depends}
Suggests: lynx|www-browser
Section: doc
Description: Documentation for the API of the Java bytecode library
Javadoc-generated description of the bytecode API in HTML.
|