chiark / gitweb /
changelog: sort out a bit
[chiark-tcl.git] / debian / control
1 Source: chiark-tcl
2 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
3 Priority: optional
4 Section: interpreters
5 Standards-Version: 3.9.1
6 Build-Depends: libadns1-dev (>= 1.2), nettle-dev, libcdb-dev | tinycdb (<= 0.75), tcl8.5-dev | tcl8.4-dev | tcl8.3-dev | tcl8.2-dev | tcl-dev, debhelper (>= 5)
7
8 Package: libtcl-chiark-1
9 Architecture: any
10 Description: Tcl interfaces for adns, cdb, crypto, etc.
11  Tcl bindings for:
12   * adns (resolver library)
13   * cdb (constant database) plus journalling writable database
14   * crypto: the nettle cryptographic library
15   * hbytes: bytestrings with hex as string representation but efficient
16   * dgram: datagram sockets
17   * tuntap: tun/tap interfaces
18   * maskmap: address masks and maps
19  To make sensible use of these you will need a version of Tcl installed
20  (this package is compatible with at least Tcl 8.0 to 8.4 inclusive).
21  To use the adns and nettle bindings you need to have the
22  appropriate libraries installed too.
23 Depends: ${shlibs:Depends}, ${misc:Depends}
24
25
26 # chiark-tcl - various Tcl bindings and extensions
27 # Copyright 2006-2012 Ian Jackson
28 #
29 # This program is free software; you can redistribute it and/or
30 # modify it under the terms of the GNU General Public License as
31 # published by the Free Software Foundation; either version 2 of the
32 # License, or (at your option) any later version.
33 #
34 # This program is distributed in the hope that it will be useful, but
35 # WITHOUT ANY WARRANTY; without even the implied warranty of
36 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
37 # General Public License for more details.
38 #
39 # You should have received a copy of the GNU General Public License
40 # along with this library; if not, see <http://www.gnu.org/licenses/>.