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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: golang-gogoprotobuf
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>,
Martina Ferrari <tincho@debian.org>,
Tim Potter <tpot@hpe.com>,
Dmitry Smirnov <onlyjob@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
protobuf-compiler,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gogoprotobuf
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gogoprotobuf.git
Homepage: https://github.com/gogo/protobuf
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/gogo/protobuf
Package: golang-gogoprotobuf-dev
Architecture: all
Section: oldlibs
Depends: gogoprotobuf,
golang-github-gogo-protobuf-dev,
${misc:Depends},
Description: transitional package -- safe to remove
This transitional package facilitates migration to
"golang-github-gogo-protobuf-dev" and can be safely removed.
Package: golang-github-gogo-protobuf-dev
Architecture: all
Depends: libprotobuf-dev,
${misc:Depends},
Recommends: gogoprotobuf,
Description: alternative protocol buffer support for Golang - sources
An alternative protocol buffer support for the Go programming language,
forked from golang-goprotobuf. It is backwards compatible with
goprotobuf, but provides faster marshalling and unmarshalling and can
generate extra helper code, tests and benchmarks.
.
This package provides sources.
Package: gogoprotobuf
Architecture: any
Depends: golang-github-gogo-protobuf-dev (= ${source:Version}),
protobuf-compiler,
${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: alternative protocol buffer support for Golang - utilities
An alternative protocol buffer support for the Go programming language,
forked from golang-goprotobuf. It is backwards compatible with
goprotobuf, but provides faster marshalling and unmarshalling and can
generate extra helper code, tests and benchmarks.
.
This package provides utilities.
|