File: control

package info (click to toggle)
avro-java 1.7.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,644 kB
  • sloc: java: 53,658; xml: 5,670; sh: 178; python: 12; makefile: 7
file content (79 lines) | stat: -rw-r--r-- 3,301 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79

Source: avro-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
               debhelper (>= 9),
               default-jdk,
               junit4,
               libcommons-compress-java,
               libcommons-lang-java,
               libjackson-json-java,
               libjavacc-maven-plugin-java,
               libmaven-bundle-plugin-java,
               libmaven-file-management-java,
               libmaven-plugin-testing-java,
               libmaven-plugin-tools-java (>= 3.2),
               libmaven2-core-java,
               libparanamer-java (>= 2.3),
               libparanamer-maven-plugin-java,
               libslf4j-java,
               libsnappy-java,
               libxz-java,
               maven-debian-helper (>= 1.5),
               thrift-compiler,
               velocity
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/avro-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/avro-java.git
Homepage: http://avro.apache.org

Package: libavro-java
Architecture: all
Depends: ${misc:Depends}, libjackson-json-java, libparanamer-java, libsnappy-java, libcommons-compress-java, libxz-java, libslf4j-java
Description: Apache Avro data serialization system
 Apache Avro is a data serialization system providing:
  * Rich data structures.
  * A compact, fast, binary data format.
  * A container file, to store persistent data.
  * Remote procedure call (RPC).
  * Simple integration with dynamic languages. Code generation is not required
    to read or write data files nor to use or implement RPC protocols. Code
    generation as an optional optimization, only worth implementing
    for statically typed languages.
 .
 This package contains the Java API of Apache Avro

Package: libavro-compiler-java
Architecture: all
Depends: ${misc:Depends}, libavro-java, libcommons-lang-java, velocity
Description: Apache Avro compiler for Java
 Apache Avro is a data serialization system providing:
  * Rich data structures.
  * A compact, fast, binary data format.
  * A container file, to store persistent data.
  * Remote procedure call (RPC).
  * Simple integration with dynamic languages. Code generation is not required
    to read or write data files nor to use or implement RPC protocols. Code
    generation as an optional optimization, only worth implementing
    for statically typed languages.
 .
 This package contains the compilers for Avro IDL and Avro specific Java API.

Package: libavro-maven-plugin-java
Architecture: all
Depends: ${misc:Depends}, libavro-compiler-java, libmaven-file-management-java
Description: Apache Avro Maven plugin
 Apache Avro is a data serialization system providing:
  * Rich data structures.
  * A compact, fast, binary data format.
  * A container file, to store persistent data.
  * Remote procedure call (RPC).
  * Simple integration with dynamic languages. Code generation is not required
    to read or write data files nor to use or implement RPC protocols. Code
    generation as an optional optimization, only worth implementing
    for statically typed languages.
 .
 This package contains the Maven plugin for Avro IDL and specific API compilers