File: control

package info (click to toggle)
plexus-compiler 2.8.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,052 kB
  • sloc: java: 7,242; xml: 848; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,418 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: plexus-compiler
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Torsten Werner <twerner@debian.org>,
 Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 libcommons-lang-java (>= 2.0),
 libeclipse-jdt-core-java (>= 3.13.2),
 libmaven3-core-java,
 libplexus-component-metadata-java,
 libplexus-container-default-java,
 libplexus-utils2-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/plexus-compiler.git
Vcs-Browser: https://salsa.debian.org/java-team/plexus-compiler
Homepage: https://codehaus-plexus.github.io/plexus-compiler/

Package: libplexus-compiler-java
Architecture: all
Depends:
 libcommons-lang-java (>= 2.6),
 libmaven3-core-java,
 libplexus-container-default-java,
 libplexus-utils2-java,
 ${misc:Depends}
Suggests:
 junit4,
 libeclipse-jdt-core-java
Description: Plexus compiler system
 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 This package provides the Plexus Compiler API and its implementation modules
 supporting javac, jikes, eclipse, aspectj and csharp compilers.