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
|
Source: typesafe-config
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
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.
|