File: control

package info (click to toggle)
golang-github-mattetti-filebuffer 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-mattetti-filebuffer
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.1
Homepage: https://github.com/mattetti/filebuffer
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattetti-filebuffer
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattetti-filebuffer.git
XS-Go-Import-Path: github.com/mattetti/filebuffer
Testsuite: autopkgtest-pkg-go

Package: golang-github-mattetti-filebuffer-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: implementation of a few file-like interfaces
 filebuffer is a package implementing a few file-like interfaces such
 as io.Reader, io.ReaderAt, io.Seeker and more.  The implementation
 is backed by a byte buffer and the main purpose is to have in-memory
 alternative to using an io.File.