File: control

package info (click to toggle)
gradle-plugin-protobuf 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: xml: 47; java: 6; makefile: 2; sh: 1
file content (21 lines) | stat: -rw-r--r-- 867 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
Source: gradle-plugin-protobuf
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,
               gradle-debian-helper,
               maven-repo-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/gradle-plugin-protobuf
Vcs-Git: https://salsa.debian.org/java-team/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.