File: control

package info (click to toggle)
golang-github-ngaut-deadline 0.0~git20170224.0.71c16b1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 60 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 872 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-github-ngaut-deadline
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/ngaut/deadline
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-ngaut-deadline.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-ngaut-deadline.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/ngaut/deadline

Package: golang-github-ngaut-deadline-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: deadline reader/writer
 This package provides convenience wrappers using a default timeout
 value around Readers and Writers that also implement the
 SetReadDeadline and SetWriteDeadline interfaces (such as net.Conn).