liboptions-java 0.0.20120113-3 source package in Ubuntu

Changelog

liboptions-java (0.0.20120113-3) unstable; urgency=medium

  * Fake watch file
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.3.0

 -- Andreas Tille <email address hidden>  Tue, 08 Jan 2019 16:34:55 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java
Focal release universe java

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liboptions-java_0.0.20120113-3.dsc 2.1 KiB dfd322c8a68da533b37c1cc3c53d1e51559f27ccb39539b4a8467ffcaac17f9c
liboptions-java_0.0.20120113.orig.tar.gz 39.1 KiB ddaec45212daf2267ef76f2c157452fc1163f7025f7ff28a36a9a9f5a906a5d6
liboptions-java_0.0.20120113-3.debian.tar.xz 1.9 KiB 40bf7c1b0cfa8b555378243abbfde1f3009bb60f60e825183665676ce3e9a4e1

Available diffs

No changes file available.

Binary packages built by this source

liboptions-java: 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.

liboptions-java-doc: 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