File: control

package info (click to toggle)
tcl-syslog 1.2.6-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: sh: 385; ansic: 113; makefile: 26; tcl: 13
file content (20 lines) | stat: -rw-r--r-- 802 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: tcl-syslog
Section: libs
Priority: optional
Maintainer: Massimo Manghi <mxmanghi@apache.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), tcl-dev
Standards-Version: 4.7.1
Homepage: https://github.com/mxmanghi/tcl-syslog

Package: tcl-syslog
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}, ${libtcl:Depends}
Description: Tcl interface to the standard syslog service
 Server applications need to generate activity log messages and for this
 purpose the standard syslog facility is the natural choice. Tcl is
 a scripting language which from its inception was designed with
 a solid capability of handling asynchronous communications, a feature
 that made a language of choice for the development of server side
 applications.