File: control

package info (click to toggle)
plexus-cli 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 80 kB
  • ctags: 43
  • sloc: java: 385; xml: 46; makefile: 16; sh: 13
file content (24 lines) | stat: -rw-r--r-- 1,138 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
Source: plexus-cli
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Paul Cager <paul-debian@home.paulcager.org>
Build-Depends: cdbs, debhelper (>= 6), default-jdk
Build-Depends-Indep: maven-ant-helper (>> 4), maven-repo-helper, ant, ant-optional,
 libplexus-utils-java, libplexus-containers-java, libcommons-cli-java
Standards-Version: 3.8.1
Homepage: http://plexus.codehaus.org
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-cli
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-cli

Package: libplexus-cli-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, libplexus-utils-java,
 libplexus-containers-java, libcommons-cli-java
Description: Easily create CLIs with Plexus components
 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 a facility for creating CLIs with Plexus.