Source: golang-gopkg-vmihailenco-msgpack.v2
Section: devel
Priority: optional
Standards-Version: 4.4.0
Homepage: https://github.com/vmihailenco/msgpack
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
           Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 12~),
               dh-golang,
               golang-go,
               golang-github-ugorji-go-msgpack-dev,
               golang-github-ugorji-go-codec-dev,
               golang-check.v1-dev
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-vmihailenco-msgpack.v2.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-vmihailenco-msgpack.v2
XS-Go-Import-Path: github.com/vmihailenco/msgpack
Testsuite: autopkgtest-pkg-go

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
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.
