Source: golang-sorcix-irc-dev Maintainer: pkg-go Uploaders: Michael Stapelberg Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), golang-go, dh-golang Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-sorcix-irc-dev Vcs-Git: https://salsa.debian.org/go-team/packages/golang-sorcix-irc-dev.git Homepage: https://github.com/sorcix/irc XS-Go-Import-Path: github.com/sorcix/irc Package: golang-sorcix-irc-dev Architecture: all Multi-Arch: foreign 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.