File: control

package info (click to toggle)
golang-gopkg-vmihailenco-msgpack.v2 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 212 kB
  • ctags: 452
  • sloc: makefile: 6
file content (29 lines) | stat: -rw-r--r-- 1,370 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
26
27
28
29
Source: golang-gopkg-vmihailenco-msgpack.v2
Section: devel
Priority: extra
Homepage: https://github.com/vmihailenco/msgpack
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-ugorji-go-msgpack-dev,
               golang-github-ugorji-go-codec-dev,
               golang-check.v1-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-vmihailenco-msgpack.v2.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-vmihailenco-msgpack.v2.git
XS-Go-Import-Path: gopkg.in/vmihailenco/msgpack.v2

Package: golang-gopkg-vmihailenco-msgpack.v2-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
         golang-github-ugorji-go-msgpack-dev,
         golang-github-ugorji-go-codec-dev,
         golang-check.v1-dev
Built-Using: ${misc:Built-Using}
Description: Msgpack encoding for Golang
 MessagePack is an efficient binary serialization format. It lets you
 exchange data among multiple languages like JSON. But it's faster and
 smaller. Small integers are encoded into a single byte, and typical short
 strings require only one extra byte in addition to the strings themselves.