golang-github-mdlayher-socket 0.4.0-1 source package in Ubuntu

Changelog

golang-github-mdlayher-socket (0.4.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Bump minimum required Go version to 1.18, as indicated by upstream release
    notes
  * Bump Standards-Version to 4.6.1 (no changes)

 -- Daniel Swarbrick <email address hidden>  Mon, 12 Dec 2022 20:23:55 +0000

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mdlayher-socket_0.4.0-1.dsc 2.4 KiB 9f7f196ecc8ca80b75b335982cc67a0cc34b4160a7a0e497ed3cd4a1cbbfe079
golang-github-mdlayher-socket_0.4.0.orig.tar.gz 18.3 KiB c064c2add8c1b3d39c8eefd27dc298f8bfbbdb77a1d741da0b6a8c9e8aff7e7f
golang-github-mdlayher-socket_0.4.0-1.debian.tar.xz 3.6 KiB 358f808784f4a1ca9af004f3bfc1952c28ea5a465b39b4cf1a8b6b5df9026a2a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mdlayher-socket-dev: low-level network connection type to provide asynchronous I/O (library)

 The socket package provides a low-level network connection type which
 integrates with Go's runtime network poller to provide asynchronous I/O and
 deadline support.
 .
 This package focuses on UNIX-like operating systems which make use of
 BSD sockets system call APIs. It is meant to be used as a foundation for
 the creation of operating system-specific socket packages, for socket
 families such as Linux's AF_NETLINK, AF_PACKET, or AF_VSOCK. This package
 should not be used directly in end user applications.
 .
 Any use of package socket should be guarded by build tags, as one would
 also use when importing the syscall or golang.org/x/sys packages.