Source: typesafe-config Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Apollon Oikonomopoulos Build-Depends: debhelper (>= 10), default-jdk, maven-repo-helper, javahelper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/typesafe-config.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/typesafe-config.git Homepage: https://github.com/typesafehub/config Package: libtypesafe-config-java Architecture: all Depends: ${misc:Depends}, ${java:Depends} Description: configuration library for JVM languages typesafe-config is a library providing configuration file parsing support to JVM languages. It is implemented in plain Java with no external dependencies and supports three configuration file formats: . * Java properties * JSON files * A human-friendly JSON superset . It can additionally merge multiple files across all formats and load configuration data from plain files, URLs or the class path. Package: libtypesafe-config-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${java:Depends} Description: configuration library for JVM languages - documentation typesafe-config is a library providing configuration file parsing support to JVM languages. It is implemented in plain Java with no external dependencies and supports three configuration file formats: . * Java properties * JSON files * A human-friendly JSON superset . It can additionally merge multiple files across all formats and load configuration data from plain files, URLs or the class path. . This package contains the API javadoc.