File: control

package info (click to toggle)
tclthread 1%3A2.8.11-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,764 kB
  • sloc: ansic: 8,328; tcl: 1,710; sh: 407; makefile: 83
file content (24 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: tclthread
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper-compat (= 13), tcl-dev
Standards-Version: 4.7.2
Homepage: https://tcl.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/tcltk-team/tclthread
Vcs-Git: https://salsa.debian.org/tcltk-team/tclthread.git

Package: tcl-thread
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tclsh:Depends}
Conflicts: tclthread
Provides: tclthread, tcl8.6-thread (= ${binary:Version})
Replaces: tclthread
Multi-Arch: same
Description: Tcl extension implementing script level access to Tcl threading capabilities
 The thread extension creates threads that contain Tcl interpreters,
 and it lets you send scripts to those threads for evaluation. It also
 enables you to share data between threads in a safe, protected
 fashion.  Additionally, it provides script-level access to basic
 thread synchronization primitives, like mutexes and condition
 variables.