chiark / gitweb /
change maintainer address
[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.6.2
6 Build-Depends: libadns1-dev (>= 1.2), nettle-dev, libcdb-dev | tinycdb (<= 0.75), tcl8.4-dev | tcl8.3-dev | tcl8.2-dev, debhelper (>= 3)
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 writeable database
14   * crypto: the nettle cryptographic library
15   * hbytes: bytestrings with hex as string representation but efficient
16  To make sensible use of these you will need a version of Tcl installed
17  (this package is compatible with at least Tcl 8.0 to 8.4 inclusive).
18  To use the adns and nettle bindings you need to have the
19  appropriate libraries installed too.
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.