File: control

package info (click to toggle)
tcltls 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,428 kB
  • sloc: ansic: 4,349; tcl: 1,392; sh: 408; makefile: 32
file content (23 lines) | stat: -rw-r--r-- 949 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: tcltls
Section: libs
Priority: optional
Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders: Muammar El Khatib <muammar@debian.org>, Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper-compat (= 13), libssl-dev, tcl-dev, tcl8.6-dev, tcl9.0-dev
Standards-Version: 4.7.2
Homepage: https://core.tcl-lang.org/tcltls
Vcs-Browser: https://salsa.debian.org/tcltk-team/tcltls
Vcs-Git: https://salsa.debian.org/tcltk-team/tcltls.git

Package: tcl-tls
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${libtcl:Depends}
Multi-Arch: same
Provides: tcl8.6-tls (= ${binary:Version}), tcl9.0-tls (= ${binary:Version})
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.