软件包: golang-github-davecgh-go-xdr-dev (0.0~git20161123.e6a2ba0-2)
golang-github-davecgh-go-xdr-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-davecgh-go-xdr:
- [golang-github-davecgh-go-xdr_0.0~git20161123.e6a2ba0-2.dsc]
- [golang-github-davecgh-go-xdr_0.0~git20161123.e6a2ba0.orig.tar.xz]
- [golang-github-davecgh-go-xdr_0.0~git20161123.e6a2ba0-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- John Goerzen
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-btcsuite-btcd-btcec-dev
- libite5
- golang-github-digitalocean-go-libvirt-dev
- libite-dev
- libthread-tie-perl
- golang-github-davecgh-go-spew-dev
- golang-github-cloudflare-tableflip-dev
- golang-github-francoispqt-gojay-dev
- golang-github-coreos-go-etcd-dev
- golang-github-stevvooe-resumable-dev
- golang-github-philhofer-fwd-dev
Pure Go XDR standard (RFC 4506) implementation
Go-xdr implements the data representation portion of the External Data Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC 1832 and RFC 1014) in Pure Go (Golang). A comprehensive suite of tests are provided to ensure proper functionality. It is licensed under the liberal ISC license, so it may be used in open source or commercial projects.
NOTE: Version 1 of this package is still available via the github.com/davecgh/go-xdr/xdr import path to avoid breaking existing clients. However, it is highly recommended that all old clients upgrade to version 2 and all new clients use version 2. In addition to some speed optimizations, version 2 has been been updated to work with standard the io.Reader and io.Writer interfaces instead of raw byte slices. This allows it to be much more flexible and work directly with files, network connections, etc.