Source: headius-options Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta Build-Depends: debhelper (>= 10~), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, junit4, libmaven-javadoc-plugin-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/headius-options.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/headius-options.git Homepage: https://github.com/headius/options Package: libheadius-options-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends}, libheadius-options-java-doc Description: Java library for JVM property-driven configuration headius-options provides a simple mechanism for defining JVM property-based configuration for an application or library. . Options are defined via a small DSL-like setup, supporting String, Integer, Boolean, and Enum-based configurations. Non-Boolean options support a set of supported values, and all options allow specifying a default value. In addition, options are created with an Enum-based category (provided by the user) and a documentation string, which allows grouping properties and printing out a full set of options as a valid, modifiable .properties file. Package: libheadius-options-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends} Suggests: libheadius-options-java Description: Documentation for headius-options headius-options provides a simple mechanism for defining JVM property-based configuration for an application or library. . Options are defined via a small DSL-like setup, supporting String, Integer, Boolean, and Enum-based configurations. Non-Boolean options support a set of supported values, and all options allow specifying a default value. In addition, options are created with an Enum-based category (provided by the user) and a documentation string, which allows grouping properties and printing out a full set of options as a valid, modifiable .properties file. . This package contains the API documentation of libheadius-options-java.