File: control

package info (click to toggle)
tclthread 1%3A2.8.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,712 kB
  • ctags: 988
  • sloc: ansic: 8,188; tcl: 1,694; sh: 406; makefile: 77
file content (22 lines) | stat: -rw-r--r-- 846 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
Source: tclthread
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper (>= 9.0.0), aolserver4-dev, tcl-dev
Standards-Version: 3.9.8
Homepage: http://tcl.sourceforge.net/

Package: tcl-thread
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tclsh:Depends}
Conflicts: tclthread
Provides: tclthread
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.