File: control

package info (click to toggle)
golang-github-segmentio-encoding 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,472 kB
  • sloc: makefile: 286
file content (33 lines) | stat: -rw-r--r-- 1,237 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
24
25
26
27
28
29
30
31
32
33
Source: golang-github-segmentio-encoding
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Raul Tambre <raul@tambre.ee>,
 Otto Kekäläinen <otto@debian.org>,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-segmentio-encoding
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-segmentio-encoding.git
Homepage: https://github.com/segmentio/encoding
Standards-Version: 4.7.3
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/segmentio/encoding
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 architecture-is-64-bit,
 golang-any,
 golang-github-golang-protobuf-1-5-dev,
 golang-github-segmentio-asm-dev,
 golang-golang-x-sys-dev,
 native-architecture-is-amd64 [s390x],

Package: golang-github-segmentio-encoding-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-segmentio-asm-dev,
 ${misc:Depends},
Description: Encoders, decoders and validators for various data formats
 Includes Go packages for marshaling and unmarshaling data in various formats.
 The focus is on providing high performance, very low development and
 maintenance overhead APIs that can be used as drop-in replacements for the
 default solutions.