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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: golang-github-tinylib-msgp
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-philhofer-fwd-dev,
golang-github-ttacon-chalk-dev,
golang-golang-x-mod-dev,
golang-golang-x-tools-dev,
Standards-Version: 4.1.3
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-github-ttacon-chalk-dev,
golang-golang-x-mod-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.
|