File: control

package info (click to toggle)
tclcurl 7.22.0%2Bhg20160822-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,340 kB
  • sloc: ansic: 4,264; tcl: 860; sh: 155; makefile: 29
file content (19 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: tclcurl
Section: interpreters
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), tcl-dev, libcurl4-gnutls-dev (>= 7.22.0), bc
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Git: https://git.sven.stormbind.net/tclcurl.git
Vcs-Browser: https://git.sven.stormbind.net/?p=sven/tclcurl.git

Package: tclcurl
Architecture: any
Suggests: libcurl4-gnutls-dev
Depends: ${misc:Depends}, ${shlibs:Depends}, ${tclsh:Depends}
Description: Tcl bindings to libcurl
 This module enables the use of libcurl in Tcl scripts. Please refer to
 the libcurl documentation available in the libcurl4-gnutls-dev package.
 .
 NOTE: the SSL support is provided by GnuTLS.