File: control

package info (click to toggle)
bazel-rules-proto 4.0.0-3.20.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: cpp: 115; sh: 41; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 836 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
22
23
24
Source: bazel-rules-proto
Section: devel
Priority: optional
Maintainer: Debian Bazel Team <bazel-team@lists.launchpad.net>
Uploaders:
 Debian Bazel Team <team+bazel@tracker.debian.org>,
 Olek Wojnar <olek@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 jdupes,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/bazel-team/bazel-rules-proto.git
Vcs-Browser: https://salsa.debian.org/bazel-team/bazel-rules-proto
Homepage: https://github.com/bazelbuild/rules_proto

Package: bazel-rules-proto
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Starlark implementation of protocol buffer rules in Bazel
 Provides the proto_library rule which can be used to establish libraries
 of .proto files, map their dependencies and validate the correctness of the
 syntax and imports.