File: control

package info (click to toggle)
foxeye 0.12.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,936 kB
  • sloc: ansic: 62,635; sh: 5,228; makefile: 740; yacc: 291; tcl: 239; sed: 16
file content (46 lines) | stat: -rw-r--r-- 1,965 bytes parent folder | download | duplicates (2)
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
Source: foxeye
Section: net
Priority: optional
Maintainer: Andriy Grytsenko <andrej@rep.kiev.ua>
Build-Depends:
 debhelper (>= 12~), pkg-config, tcl-dev,
 liblua5.3-dev | liblua5.2-dev, gettext, libssl-dev | libssl1.0-dev,
 libidn11-dev, zlib1g-dev, locales-all | language-pack-uk-base
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://sourceforge.net/projects/foxeye/
Vcs-Git: https://salsa.debian.org/LStranger/foxeye.git
Vcs-Browser: https://salsa.debian.org/LStranger/foxeye

Package: foxeye
Architecture: any
Multi-Arch: allowed
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ircd
Description: Universal modular network agent - binary package
 FoxEye is a multipurpose generic modular base to create clients or servers
 for client-server type networks such as IRC, ICQ, etc.  All what you need
 to make an IRC bot or ICQ client is few modules that implement functionality
 you require.  The FoxEye written in pure C with small resource requirements
 in mind.
 .
 This package contains main daemon and few modules.  Available modules are:
 autolog, irc, irc-channel, irc-ctcp, ircd, logs, lua, modes, tcl, ziplink.
 With this set of modules FoxEye can serve two purposes:
  - IRC bot (similar to Eggdrop);
  - IRC server (ircd, RFC2810...2813 compliant).
 More purposes are under development now and third-party modules are available
 to create using foxeye-dev package.

Package: foxeye-dev
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, foxeye (= ${binary:Version})
Description: Universal modular network agent - development package
 FoxEye is a multipurpose generic modular base to create clients or servers
 for client-server type networks such as IRC, ICQ, etc.  All what you need
 to make an IRC bot or ICQ client is few modules that implement functionality
 you require.  The FoxEye written in pure C with small resource requirements
 in mind.
 .
 This package contains development headers required to create modules.