1234567891011121314151617181920212223242526272829303132 |
- Source: ngircd
- Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Homepage: http://ngircd.barton.de
- Standards-Version: 3.9.8
- Build-Depends: debhelper (>= 9~),
- autotools-dev,
- dh-systemd,
- expect,
- libgnutls28-dev,
- libident-dev,
- libpam0g-dev,
- procps,
- telnet,
- Priority: optional
- Section: net
- Package: ngircd
- Architecture: any
- Depends: ${misc:Depends}, ${shlibs:Depends},
- lsb-base,
- Conflicts:
- ircd-hybrid,
- ircd-irc2,
- ircd-ircu,
- Replaces:
- ircd,
- Description: lightweight Internet Relay Chat server
- This package provides ngIRCd, a lightweight Internet Relay Chat
- server for small or private networks. It is simple to configure, can
- cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
- is written from scratch, not based on the original IRCd and quite
- portable.
|