File: control

package info (click to toggle)
tclcurl 7.22.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,384 kB
  • sloc: ansic: 4,430; tcl: 898; sh: 435; makefile: 29
file content (17 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: tclcurl
Section: interpreters
Priority: optional
Maintainer: Massimo Manghi <mxmanghi@apache.org>
Build-Depends: debhelper-compat (= 13), tcl-dev, libcurl4-gnutls-dev (>= 7.22.0), bc
Standards-Version: 4.7.0
Rules-Requires-Root: no

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.