File: control

package info (click to toggle)
golang-protobuf-extensions 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 116 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download | duplicates (2)
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
Source: golang-protobuf-extensions
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9.0.0),
               dh-golang (>= 1.10~),
               golang-any,
               golang-goprotobuf-dev (>= 0.0~git20150526),
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-protobuf-extensions.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-protobuf-extensions.git
Homepage: https://github.com/matttproud/golang_protobuf_extensions
XS-Go-Import-Path: github.com/matttproud/golang_protobuf_extensions

Package: golang-protobuf-extensions-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
         golang-goprotobuf-dev (>= 0.0~git20150526)
Built-Using: ${misc:Built-Using}
Description: Protocol Buffer extensions for the Go language
 This repository provides various Protocol Buffer extensions for the Go
 language (golang), namely support for record length-delimited message
 streaming.