File: control

package info (click to toggle)
libandroid-json-org-java 20121204-20090211-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 332 kB
  • sloc: java: 3,657; xml: 134; makefile: 14
file content (50 lines) | stat: -rw-r--r-- 1,869 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
Source: libandroid-json-org-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 default-jdk-doc,
 junit4,
 libmaven-javadoc-plugin-java,
 maven-debian-helper (>= 1.5),
 quilt
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/libandroid-json-org-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libandroid-json-org-java
Homepage: https://android.googlesource.com/platform/libcore/+/master/json

Package: libandroid-json-org-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libandroid-json-org-java-doc
Description: androids rewrite of the evil licensed json.org
 Json.org is a popular java library to parse and create json string from
 the author of the json standard Douglas Crockford. His implementation however
 is not free software[1].
 .
 Therefor the Android team did a cleanroom reimplementation of a json library
 to be used inplace of the original one.
 .
 [1] http://wiki.debian.org/qa.debian.org/jsonevil

Package: libandroid-json-org-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libandroid-json-org-java
Description: Documentation for androids rewrite of the evil licensed json.org
 Json.org is a popular java library to parse and create json string from
 the author of the json standard Douglas Crockford. His implementation however
 is not free software[1].
 .
 Therefor the Android team did a cleanroom reimplementation of a json library
 to be used inplace of the original one.
 .
 [1] http://wiki.debian.org/qa.debian.org/jsonevil
 .
 This package contains the API documentation of libandroid-json-org-java.