golang-github-shenwei356-xopen 0.0~git20231203.5ad79ea-1 source package in Ubuntu

Changelog

golang-github-shenwei356-xopen (0.0~git20231203.5ad79ea-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.0~git20231203.5ad79ea
  * Bump Standards-Version to 4.7.0 (no changes)
  * Move from devel to golang section

 -- Maytham Alsudany <email address hidden>  Sun, 30 Jun 2024 11:39:22 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-shenwei356-xopen_0.0~git20231203.5ad79ea-1.dsc 2.5 KiB 2e6c3ff2ab86df1147172546bd3a409c0e8bbfa0a6e2e6524d2d46bf8bca0c1d
golang-github-shenwei356-xopen_0.0~git20231203.5ad79ea.orig.tar.xz 5.1 KiB 26474833f108ca8ab2ca0ff7f50212d2208fea3fe59bacae6fa50ccd767c8205
golang-github-shenwei356-xopen_0.0~git20231203.5ad79ea-1.debian.tar.xz 2.4 KiB 9d990bcd3436ac43f540b8d0a53af80e7bdc9136beb4dbab6decbf27b4e8c71e

No changes file available.

Binary packages built by this source

golang-github-shenwei356-xopen-dev: open files for buffered reading and writing in Go (library)

 Xopen makes it easy to get buffered (possibly gzipped) readers and
 writers. and close all of the associated files. Ropen opens a file
 for reading. Wopen opens a file for writing. Both will use gzip when
 appropriate and will use buffered IO.