File: control

package info (click to toggle)
openhft-compiler 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 164 kB
  • sloc: java: 567; xml: 124; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,063 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
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.