File: control

package info (click to toggle)
liboptions-java 0.0.20120113-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • ctags: 281
  • sloc: java: 2,091; xml: 941; makefile: 3
file content (49 lines) | stat: -rw-r--r-- 1,916 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
44
45
46
47
48
49
Source: liboptions-java
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 9),
               javahelper,
               default-jdk,
               ant,
               ant-optional,
               libjdom1-java,
               junit
Build-Depends-Indep: default-jdk-doc
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/liboptions-java.git
Vcs-Git: git://anonscm.debian.org/debian-med/liboptions-java.git
X-Homepage: Obtained source in private mail

Package: liboptions-java
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ${java:Recommends}
Description: command line option parsing library for Java
 Generic Java API to
  * Check whether the syntax used is valid and supported
  * Retrieve the actual data required for the application
 The Options class implements a generic approach to easily handle the
 most complex situations. The class allows for a simple definition of the
 required options and data arguments, and provides thorough syntax checks
 and easy access to the results of these checks.

Package: liboptions-java-doc
Architecture: all
Section: doc
Depends: ${java:Depends},
         ${misc:Depends}
Recommends: ${java:Recommends}
Description: command line option parsing library for Java (documentation)
 Generic Java API to
  * Check whether the syntax used is valid and supported
  * Retrieve the actual data required for the application
 The Options class implements a generic approach to easily handle the
 most complex situations. The class allows for a simple definition of the
 required options and data arguments, and provides thorough syntax checks
 and easy access to the results of these checks.
 .
 This package provides the documentation for the library