File: control

package info (click to toggle)
typesafe-config 1.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,056 kB
  • sloc: java: 12,136; xml: 82; makefile: 10
file content (54 lines) | stat: -rw-r--r-- 1,733 bytes parent folder | download
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
44
45
46
47
48
49
50
51
52
53
54
Source: typesafe-config
Standards-Version: 4.7.2
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Apollon Oikonomopoulos <apoikos@debian.org>,
Section: java
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless,
 maven-repo-helper,
 javahelper,
Vcs-Browser: https://salsa.debian.org/java-team/typesafe-config
Vcs-Git: https://salsa.debian.org/java-team/typesafe-config.git
Homepage: https://github.com/lightbend/config

Package: libtypesafe-config-java
Architecture: all
Multi-Arch: foreign
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
Multi-Arch: foreign
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.