]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/control
def8e68237e02d7867ed4522155ca0ef9715fc60
[sven/tclcurl.git] / debian / control
1 Source: tclcurl
2 Section: interpreters
3 Priority: extra
4 Maintainer: Sven Hoexter <sven@timegate.de>
5 Build-Depends: debhelper (>> 5), tcl-dev, libcurl4-gnutls-dev (>= 7.17.1), quilt, bc
6 Homepage: http://personal1.iddeo.es/andresgarci/tclcurl/english/index.html
7 Standards-Version: 3.7.3
8
9 Package: tclcurl
10 Architecture: any
11 Suggests: libcurl4-gnutls-dev
12 Depends: ${shlibs:Depends}, ${tclsh:Depends}
13 Description: Tcl bindings to libcurl
14  This module enables the use of libcurl in Tcl scripts. Please refer to
15  the libcurl documentation available in the libcurl4-gnutls-dev package.
16  .
17  NOTE: the SSL support is provided by GnuTLS.