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
|
Source: golang-protobuf-extensions
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-golang-protobuf-1-5-dev,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-go
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
Rules-Requires-Root: no
Package: golang-protobuf-extensions-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends},
golang-github-golang-protobuf-1-5-dev
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.
|