File: control

package info (click to toggle)
golang-sorcix-irc-dev 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,149 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
25
26
27
Source: golang-sorcix-irc-dev
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org> 
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9), golang-go, dh-golang
Standards-Version: 3.9.6
Homepage: https://github.com/sorcix/irc
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-sorcix-irc-dev.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-sorcix-irc-dev.git/
XS-Go-Import-Path: github.com/sorcix/irc

Package: golang-sorcix-irc-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generic support for the IRC protocol in Go
 Package irc allows your application to speak the IRC protocol.
 .
  * Limited scope, does one thing and does it well.
  * Focus on simplicity and speed.
  * Stable API: updates shouldn't break existing software.
  * Well documented code.
 .
 This package does not manage your entire IRC connection. It only translates
 the protocol to easy to use Go types. It is meant as a single component in a
 larger IRC library, or for basic IRC bots for which a large IRC package would
 be overkill.