File: control

package info (click to toggle)
golang-protobuf-extensions 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, buster, buster-backports, buster-backports-sloppy, experimental, sid
  • size: 296 kB
  • sloc: makefile: 7
file content (23 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: golang-protobuf-extensions
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 11~),
               dh-golang (>= 1.10~),
               golang-any,
               golang-goprotobuf-dev (>= 0.0~git20150526),
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-protobuf-extensions.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-protobuf-extensions
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)
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.