Source: headius-options Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, junit4, libmaven-javadoc-plugin-java Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/headius-options.git Vcs-Browser: https://salsa.debian.org/java-team/headius-options Homepage: https://github.com/headius/options Rules-Requires-Root: no Package: libheadius-options-java Architecture: all Multi-Arch: foreign 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 Multi-Arch: foreign 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.