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
|
Source: golang-github-influxdata-yarpc
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-influxdata-yamux-dev,
golang-gogoprotobuf-dev
Standards-Version: 4.5.0
Homepage: https://github.com/influxdata/yarpc
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-influxdata-yarpc
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-influxdata-yarpc.git
XS-Go-Import-Path: github.com/influxdata/yarpc
Testsuite: autopkgtest-pkg-go
Package: golang-github-influxdata-yarpc-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-influxdata-yamux-dev,
golang-gogoprotobuf-dev
Description: Yet Another RPC for Go - dev package
yarpc is Yet Another RPC package for Go.
.
This is the dev package.
Package: protoc-gen-yarpc
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
${misc:Depends},
Description: Yet Another RPC for Go - command-line utility
yarpc is Yet Another RPC package for Go.
.
This package contails the command-line utility
|