File: control

package info (click to toggle)
tcltls 1.7.22-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,044 kB
  • sloc: sh: 3,605; ansic: 2,397; tcl: 681; makefile: 84
file content (23 lines) | stat: -rw-r--r-- 871 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 (>= 10), libssl-dev, tcl-dev (>= 8.5), chrpath
Standards-Version: 4.5.0
Homepage: https://core.tcl.tk/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: 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.