Source: golang-github-tinylib-msgp Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Tianon Gravi , Tim Potter Build-Depends: debhelper (>= 11~), dh-golang, golang-github-philhofer-fwd-dev, golang-github-ttacon-chalk-dev, golang-go, golang-golang-x-tools-dev Standards-Version: 4.1.3 Homepage: https://github.com/tinylib/msgp Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-tinylib-msgp.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-tinylib-msgp.git XS-Go-Import-Path: github.com/tinylib/msgp Package: msgp Architecture: any Depends: ${misc:Depends},${shlibs:Depends} Built-Using: ${misc:Built-Using} Description: Go code generator for MessagePack This is a code generation tool and serialization library for MessagePack. It is targeted at the go generate tool. You can read more about MessagePack in the wiki, or at msgpack.org. . Why? . * Use Go as your schema language * Speeeeeed (400MB/s on modern hardware) * JSON interop * User-defined extensions * Type safety * Encoding flexibility . This package contains the tools/binaries. Package: golang-github-tinylib-msgp-dev Architecture: all Depends: golang-github-philhofer-fwd-dev, golang-github-ttacon-chalk-dev, golang-golang-x-tools-dev, ${misc:Depends}, ${shlibs:Depends} Description: Go code generator for MessagePack (source) This is a code generation tool and serialization library for MessagePack. It is targeted at the go generate tool. You can read more about MessagePack in the wiki, or at msgpack.org. . Why? . * Use Go as your schema language * Speeeeeed (400MB/s on modern hardware) * JSON interop * User-defined extensions * Type safety * Encoding flexibility . This package contains the source.