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 28 29 30 31 32 33
|
Source: robustirc-bridge
Section: net
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
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}
Multi-Arch: foreign
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.
|