File: control

package info (click to toggle)
ii 1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: ansic: 3,052; makefile: 84; sh: 23
file content (25 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download
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
Source: ii
Section: net
Priority: optional
Maintainer: itd <itd@firemail.cc>
Build-Depends: debhelper (>= 11.3.2~), dpkg-dev (>= 1.16.1.1), libbsd-dev
Standards-Version: 4.2.1
Homepage: https://tools.suckless.org/ii/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/itd-guest/ii.git
Vcs-Browser: https://salsa.debian.org/itd-guest/ii

Package: ii
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: minimalist FIFO and filesystem-based IRC client
 ii (irc it) is a minimalist FIFO and filesystem-based IRC client. It creates an
 irc directory tree with server, channel and nick name directories. In every
 directory a FIFO in file and a normal out file is created.
 .
 The in file is used to communicate with the servers and the out files contain
 the server messages. For every channel and every nick name there are related in
 and out files created. This allows IRC communication from command line and
 adheres to the Unix philosophy.
 .
 It consists of <= 1000 lines of code and is the big brother of sic.