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