]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/control
14fe3039b93bb3c1904b2731a5020d848e694cfd
[sven/tclcurl.git] / debian / control
1 Source: tclcurl
2 Section: interpreters
3 Priority: extra
4 Maintainer: Sven Hoexter <hoexter@debian.org>
5 Build-Depends: debhelper (>= 9), tcl-dev, libcurl4-gnutls-dev (>= 7.22.0),
6  quilt, bc
7 Homepage: http://mirror.yellow5.com/tclcurl/
8 Standards-Version: 3.9.8
9 Vcs-Git: git://git.sven.stormbind.net/git/sven/tclcurl.git
10 Vcs-Browser: http://git.sven.stormbind.net/?p=sven/tclcurl.git
11
12 Package: tclcurl
13 Architecture: any
14 Suggests: libcurl4-gnutls-dev
15 Depends: ${misc:Depends}, ${shlibs:Depends}, ${tclsh:Depends}
16 Description: Tcl bindings to libcurl
17  This module enables the use of libcurl in Tcl scripts. Please refer to
18  the libcurl documentation available in the libcurl4-gnutls-dev package.
19  .
20  NOTE: the SSL support is provided by GnuTLS.