File: control

package info (click to toggle)
golang-github-census-instrumentation-opencensus-proto 0.2.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 824 kB
  • sloc: sh: 165; python: 37; makefile: 10
file content (38 lines) | stat: -rw-r--r-- 1,504 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
Source: golang-github-census-instrumentation-opencensus-proto
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Arnaud Rebillout <arnaud.rebillout@collabora.com>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-grpc-gateway,
Build-Depends-Indep:
 golang-any,
 golang-github-grpc-ecosystem-grpc-gateway-dev,
 golang-google-grpc-dev,
 golang-goprotobuf-dev,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-census-instrumentation-opencensus-proto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-census-instrumentation-opencensus-proto.git
Homepage: https://github.com/census-instrumentation/opencensus-proto
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/census-instrumentation/opencensus-proto

Package: golang-github-census-instrumentation-opencensus-proto-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-grpc-ecosystem-grpc-gateway-dev,
 golang-google-grpc-dev,
 golang-goprotobuf-dev,
Description: language independent interface types for opencensus
 Census provides a framework to define and collect stats against metrics
 and to break those stats down across user-defined dimensions.
 .
 The Census framework is natively available in many languages
 (e.g. C++, Go, and Java). The API interface types are defined
 using protos to ensure consistency and interoperability for the
 different implementations.