chiark / gitweb /
finalise 1.2.1
[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.6-dev | 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 Multi-arch: same
25
26
27 # chiark-tcl - various Tcl bindings and extensions
28 # Copyright 2006-2012 Ian Jackson
29 #
30 # This program is free software; you can redistribute it and/or
31 # modify it under the terms of the GNU General Public License as
32 # published by the Free Software Foundation; either version 2 of the
33 # License, or (at your option) any later version.
34 #
35 # This program is distributed in the hope that it will be useful, but
36 # WITHOUT ANY WARRANTY; without even the implied warranty of
37 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
38 # General Public License for more details.
39 #
40 # You should have received a copy of the GNU General Public License
41 # along with this library; if not, see <http://www.gnu.org/licenses/>.