1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: golang-goprotobuf
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
MartÃn Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9), dh-golang (>= 1.10), golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/golang/protobuf
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-goprotobuf.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-goprotobuf.git
XS-Go-Import-Path: github.com/golang/protobuf
Package: golang-goprotobuf-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, protobuf-compiler
Description: Protocol buffer support for the Go programming language
Adds support for serializing and deserializing data in the protocol buffer
format for users of the Go language. This will also install a protobuf
compiler filter which will allow you to compile protocol buffers to Go
code using protoc from the protobuf-compiler package.
|