golang-github-creack-goselect 0.1.3-1 source package in Ubuntu

Changelog

golang-github-creack-goselect (0.1.3-1) unstable; urgency=medium

  * New upstream version 0.1.3; only changes are merging patches for loong64
    and TestReadWriteSync.
  * Bump Standards-Version to 4.7.2; no changes.
  * NOTE: Upstream Git repository was archived and set to read-only on
    2025-Apr-10.

 -- Federico Grau <email address hidden>  Mon, 27 Oct 2025 19:41:42 -0400

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

Downloads

File Size SHA-256 Checksum
golang-github-creack-goselect_0.1.3-1.dsc 2.2 KiB cf70368d8566f50071f16808a20b1f7eef1df5d96486353325777d4fa03055f6
golang-github-creack-goselect_0.1.3.orig.tar.gz 7.3 KiB 6c33d0af07df435a9168ef3eeaf72cea2949634e2d3ec305342255767873f59c
golang-github-creack-goselect_0.1.3-1.debian.tar.xz 2.7 KiB 6b92a0454fc564d0da0c53da13215d0e9a4b829eb8e408d68e89841ae6ebe458

Available diffs

No changes file available.

Binary packages built by this source

golang-github-creack-goselect-dev: select(2) implementation in Go (library)

 goselect is a select(2) implementation in Go.
 .
 The select() system call allows programs to monitor multiple file descriptors,
 waiting until there is activity on one or more of the file descriptors.
 .
 This is a native Golang implementation of select(), wrapping syscall.Select
 with Go types. It supports multiple architectures and platforms.