Source: golang-github-tinylib-msgp Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Tim Potter Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-philhofer-fwd-dev, golang-golang-x-tools-dev Standards-Version: 4.6.2 Homepage: https://github.com/tinylib/msgp Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tinylib-msgp Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tinylib-msgp.git XS-Go-Import-Path: github.com/tinylib/msgp Testsuite: autopkgtest-pkg-go Rules-Requires-Root: no 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-golang-x-tools-dev, ${misc:Depends} Multi-Arch: foreign 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.