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 (>= 9),
               default-jdk,
               libintellij-annotations-java,
               libmaven-bundle-plugin-java,
               libslf4j-java,
               maven-debian-helper (>= 2.0),
               zip
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-compiler.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-compiler.git
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.
