File: control

package info (click to toggle)
tcltls 1.6.7%2Bdfsg-1.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,532 kB
  • ctags: 399
  • sloc: ansic: 2,736; tcl: 379; sh: 301; makefile: 70
file content (19 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: tcltls
Section: libs
Priority: optional
Maintainer: Muammar El Khatib <muammar@debian.org>
Build-Depends: debhelper (>= 9), libssl-dev, tcl-dev (>= 8.5), quilt, chrpath
Standards-Version: 3.9.6
Homepage: http://tls.sourceforge.net

Package: tcl-tls
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tclsh:Depends}
Provides: tcltls
Replaces: libtls0, tcltls
Conflicts: libtls0, tcltls
Description: TLS OpenSSL extension to Tcl
 This package enables communication over SSL-encrypted channels in Tcl.
 .
 Both client and server-side sockets are possible. Additionally, full
 filevent semantics should be intact.