Source: robustirc-bridge Section: net Priority: optional Maintainer: pkg-go Uploaders: Michael Stapelberg Build-Depends: debhelper (>= 11), golang-go, dh-golang, golang-sorcix-irc-dev Standards-Version: 4.2.1 Homepage: http://robustirc.net/ Vcs-Git: https://salsa.debian.org/debian/robustirc-bridge.git Vcs-Browser: https://salsa.debian.org/debian/robustirc-bridge XS-Go-Import-Path: github.com/robustirc/bridge Package: robustirc-bridge Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6) Built-Using: ${misc:Built-Using} Description: bridge between IRC and RobustIRC The RobustIRC bridge allows you to connect to a RobustIRC network using your regular IRC client (such as irssi, WeeChat, XChat, etc). . It can be used as a SOCKS proxy for IRC clients which support SOCKS proxies, or it can be run for a specific RobustIRC network, in which case it will listen on a port (localhost:6667 by default) and talk IRC. Package: golang-robustirc-bridge-dev Section: devel Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Go packages to connect to RobustIRC These Go packages can be used to write software that directly talks to a RobustIRC network without using a bridge. This code is also used by the robustirc-bridge, so it is reliable and comes with a stable API.