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