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-pingcap-kvproto
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Otto Kekäläinen <otto@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-grpc-ecosystem-grpc-gateway-dev,
golang-gogoprotobuf-dev,
golang-google-genproto-dev,
golang-google-grpc-dev,
golang-goprotobuf-dev,
protobuf-compiler,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pingcap-kvproto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pingcap-kvproto.git
Homepage: https://github.com/pingcap/kvproto
XS-Go-Import-Path: github.com/pingcap/kvproto
Package: golang-github-pingcap-kvproto-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-grpc-ecosystem-grpc-gateway-dev,
golang-gogoprotobuf-dev,
golang-google-genproto-dev,
golang-google-grpc-dev,
golang-goprotobuf-dev,
${misc:Depends},
Description: Protocol buffer definitions for the TiKV project
TiKV is a distributed, transactional key-value database. This package
contains the Go source code generated from the protocol buffer
definitions that are used for communication between TiKV servers and
clients.
|