File: control

package info (click to toggle)
gradle-plugin-protobuf 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 180 kB
  • ctags: 3
  • sloc: xml: 47; java: 6; makefile: 2; sh: 1
file content (21 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: gradle-plugin-protobuf
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9),
               default-jdk,
               gradle-debian-helper,
               maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/gradle-plugin-protobuf.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gradle-plugin-protobuf.git
Homepage: https://github.com/aantono/gradle-plugin-protobuf

Package: gradle-plugin-protobuf
Architecture: all
Depends: ${misc:Depends}
Description: Protobuf Plugin for Gradle
 The Protobuf plugin processes the Protocol Buffers files (.proto) in the
 src/main/proto directory of Gradle projects. It generates the Java classes
 and compiles them automatically.