golang-github-davecgh-go-xdr 0.0~git20161123.e6a2ba0-2 source package in Ubuntu

Changelog

golang-github-davecgh-go-xdr (0.0~git20161123.e6a2ba0-2) unstable; urgency=medium

  * Source-only rebuild to facilitate migration to testing

 -- John Goerzen <email address hidden>  Mon, 20 Sep 2021 09:10:10 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-davecgh-go-xdr_0.0~git20161123.e6a2ba0-2.dsc 2.3 KiB a7671bccce0ecd6834afa8f759f6f73900551398f1be5261002c2f04de39b565
golang-github-davecgh-go-xdr_0.0~git20161123.e6a2ba0.orig.tar.xz 26.3 KiB 4e305d4a96f968455cb3b30fab1235e7e2aecbb5ff7e3796cd2092c9d5bfed1f
golang-github-davecgh-go-xdr_0.0~git20161123.e6a2ba0-2.debian.tar.xz 2.9 KiB 4ddf589f57831c2d06a1467d4ab13802720d41a6d81e3e14e38a8b62c8769c3d

No changes file available.

Binary packages built by this source

golang-github-davecgh-go-xdr-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.