[ 原始碼: golang-gopkg-vmihailenco-msgpack.v2 ]
套件:golang-gopkg-vmihailenco-msgpack.v2-dev(3.1.1-4)
golang-gopkg-vmihailenco-msgpack.v2-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-gopkg-vmihailenco-msgpack.v2:
- [golang-gopkg-vmihailenco-msgpack.v2_3.1.1-4.dsc]
- [golang-gopkg-vmihailenco-msgpack.v2_3.1.1.orig.tar.gz]
- [golang-gopkg-vmihailenco-msgpack.v2_3.1.1-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 golang-gopkg-vmihailenco-msgpack.v2-dev 有關的套件
|
|
|
|
-
- dep: golang-check.v1-dev
- Transitional package for golang-gopkg-check.v1-dev
同時作為一個虛擬套件由這些套件填實: golang-gopkg-check.v1-dev
-
- dep: golang-github-ugorji-go-codec-dev
- encode/decode and rpc library for msgpack, binc, cbor and json
-
- dep: golang-github-ugorji-go-msgpack-dev
- encode/decode and rpc library for msgpack and Binc