Source: golang-crawshaw-iox
Section: devel
Priority: optional
Maintainer: jordi fita mas <jordi@tandem.blog>
Build-Depends: debhelper (>= 10),
               dh-golang (>= 1.17~),
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/crawshaw/iox
XS-Go-Import-Path: crawshaw.io/iox
Testsuite: autopkgtest-pkg-go

Package: golang-crawshaw-iox-dev
Architecture: any
Depends: golang-crawshaw-iox-dev,
         ${misc:Depends},
Built-Using: ${misc:Built-Using},
Description: I/O tools for Go programs
 Package iox contains two Go objects of note: Filer and BufferFile. Filer wraps
 the functions used to open file descriptors and makes sure it never opens more
 than some maximum. And BufferFile is a file-like object that stores its first
 N bytes in memory, and the rest in a temporary file on disk.
