File: control

package info (click to toggle)
scrollz 2.1-1.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,992 kB
  • ctags: 4,728
  • sloc: ansic: 78,409; tcl: 2,866; makefile: 682; sh: 508
file content (21 lines) | stat: -rw-r--r-- 885 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
Source: scrollz
Section: net
Priority: optional
Maintainer: Mike Markley <mike@markley.org>
Build-Depends: debhelper (>= 7), libncurses5-dev, libgnutls28-dev, pkg-config
Standards-Version: 3.8.4

Package: scrollz
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: irc
Description: An advanced ircII-based IRC client
 ScrollZ is advanced IRC client based on ircII code. It adds features
 normally found in ircII scripts like Toolz, PhoEniX, GargOyle or Lice.
 .
 The main difference between these scripts and ScrollZ is the code. Where
 ircII scripts take a lot of disk and memory space and run slow, ScrollZ
 only takes a couple of extra kilobytes compared to stock ircII client
 yet runs faster than any ircII script. This was accomplished by using
 C code instead of ircII scripting language. This reduces memory and
 CPU usage and code tends to run way faster.