File: control

package info (click to toggle)
golang-gopkg-bufio.v1 1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 213
  • sloc: makefile: 4
file content (22 lines) | stat: -rw-r--r-- 880 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
Source: golang-gopkg-bufio.v1
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: http://gopkg.in/bufio.v1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-bufio.v1.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-gopkg-bufio.v1.git
XS-Go-Import-Path: gopkg.in/bufio.v1

Package: golang-gopkg-bufio.v1-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go
Description: buffered I/O in Golang
 "bufio" implements buffered I/O. It wraps an io.Reader or io.Writer
 object, creating another object (Reader or Writer) that also implements
 the interface but provides buffering and some help for textual I/O.