File: control

package info (click to toggle)
golang-github-segmentio-encoding 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,468 kB
  • sloc: makefile: 286
file content (28 lines) | stat: -rw-r--r-- 1,149 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
Source: golang-github-segmentio-encoding
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Raul Tambre <raul@tambre.ee>
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.2
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/segmentio/encoding
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-golang-protobuf-1-5-dev,
 golang-github-segmentio-asm-dev,
 golang-golang-x-sys-dev,

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.