File: control

package info (click to toggle)
protobuf-java-format 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: java: 4,520; xml: 237; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,308 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
Source: protobuf-java-format
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               maven-debian-helper
Build-Depends-Indep: libhamcrest-java,
                     libjackson2-core-java,
                     libjackson2-dataformat-smile,
                     libmaven-antrun-plugin-java,
                     libmockito-java,
                     libprotobuf-java,
                     protobuf-compiler,
                     testng
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/java-team/protobuf-java-format
Vcs-Git: https://salsa.debian.org/java-team/protobuf-java-format.git
Homepage: https://github.com/bivas/protobuf-java-format

Package: libprotobuf-java-format-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Library to serialize protobuf messages to XML, JSON and HTML
 The protobuf-java-format library provide serialization and de-serialization
 of different formats based on  Google's protobuf Message. Enables overriding
 the default (byte array) output to text based formats such as XML, JSON
 and HTML.