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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: soju
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Taavi Väänänen <taavi@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-sequence-golang,
golang-any,
golang-codeberg-emersion-go-scfg-dev,
golang-github-emersion-go-sasl-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-msteinert-pam-dev (>= 2.0.0~),
golang-github-pires-go-proxyproto-dev,
golang-github-sherclockholmes-webpush-go-dev (>= 1.4.0~),
golang-golang-x-crypto-dev,
golang-golang-x-time-dev,
golang-gopkg-irc.v4-dev,
golang-nhooyr-websocket-dev,
golang-pq-dev,
golang-prometheus-client-dev,
golang-sourcehut-sircmpwn-go-bare-dev,
scdoc,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/soju
Vcs-Git: https://salsa.debian.org/go-team/packages/soju.git
Homepage: https://soju.im
XS-Go-Import-Path: codeberg.org/emersion/soju
Package: soju
Section: net
Architecture: any
Depends: adduser,
ssl-cert,
${misc:Depends},
${shlibs:Depends},
Recommends: soju-utils,
Built-Using: ${misc:Built-Using},
Description: user-friendly IRC bouncer
soju is an user-friendly IRC bouncer. soju connects to upstream IRC
servers on behalf of the user to provide extra functionality. soju
supports many features such as multiple users, numerous IRCv3
extensions, chat history playback and detached channels. It is
well-suited for both small and large deployments.
Package: soju-utils
Section: net
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: user-friendly IRC bouncer (utilities)
soju is an user-friendly IRC bouncer. soju connects to upstream IRC
servers on behalf of the user to provide extra functionality. soju
supports many features such as multiple users, numerous IRCv3
extensions, chat history playback and detached channels. It is
well-suited for both small and large deployments.
.
This package contains various utilities that might be helpful to soju
users.
|