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
|
Source: openhft-compiler
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 11),
default-jdk,
libeasymock-java,
libintellij-annotations-java,
libmaven-bundle-plugin-java,
libslf4j-java,
maven-debian-helper (>= 2.0),
zip
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/openhft-compiler.git
Vcs-Browser: https://salsa.debian.org/java-team/openhft-compiler
Homepage: https://github.com/OpenHFT/Java-Runtime-Compiler
Package: libopenhft-compiler-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java Runtime Compiler library
This library takes a String, compiles it and loads it returning a class from
what was built. By default it uses the current ClassLoader. It supports nested
classes, but otherwise builds one class at a time.
|