File: control

package info (click to toggle)
plexus-interactivity-api 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 192 kB
  • sloc: java: 293; xml: 136; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,698 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
43
Source: plexus-interactivity-api
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 libeclipse-sisu-maven-plugin-java,
 libjline3-java,
 libplexus-container-default1.5-java,
 libplexus-utils2-java,
 libsisu-inject-java <!nocheck>,
 maven-debian-helper (>= 2.2)
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/java-team/plexus-interactivity-api.git
Vcs-Browser: https://salsa.debian.org/java-team/plexus-interactivity-api
Homepage: https://codehaus-plexus.github.io/plexus-interactivity/
Rules-Requires-Root: no

Package: libplexus-interactivity-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Multi-Arch: foreign
Description: interactivity API for the Plexus framework
 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.
 .
 While Plexus is similar to other inversion-of-control (IoC) or dependency
 injection frameworks such as the Spring Framework, it is a full-fledged
 container that supports many more features such as:
 .
     * Component lifecycles
     * Component instantiation strategies
     * Nested containers
     * Component configuration
     * Auto-wiring
     * Component dependencies, and
     * Various dependency injection techniques including constructor injection,
       setter injection, and private field injection.