File: control

package info (click to toggle)
compile-command-annotations 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 596 kB
  • sloc: java: 1,269; xml: 498; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 976 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
Source: compile-command-annotations
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper (>= 12),
 libassertj-core-java,
 libbuild-helper-maven-plugin-java,
 libmaven-invoker-plugin-java,
 maven-debian-helper,
 testng,
Standards-Version: 4.3.0
Homepage: http://compile-command-annotations.nicoulaj.net
Vcs-Browser: https://salsa.debian.org/java-team/compile-command-annotations
Vcs-Git: https://salsa.debian.org/java-team/compile-command-annotations.git

Package: libcompile-command-annotations-java
Architecture: all
Depends:
 ${maven:CompileDepends},
 ${misc:Depends},
Description: annotation based configuration file generator for the Hotspot JVM JIT compiler
 The Hotspot JVM allows one to provide a command file for the JIT compiler.
 Using this project, one can generate this file automatically from annotations
 in the source code.