tclthread 1:2.8.7-1 source package in Ubuntu

Changelog

tclthread (1:2.8.7-1) unstable; urgency=medium

  * New upstream release.
  * Bump the debhelper compatibility version to 12.
  * Bump standards version to 4.6.0.

 -- Sergei Golovan <email address hidden>  Sun, 07 Nov 2021 09:31:11 +0300

Upload details

Uploaded by:
Sergei Golovan
Uploaded to:
Sid
Original maintainer:
Sergei Golovan
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe interpreters

Downloads

File Size SHA-256 Checksum
tclthread_2.8.7-1.dsc 1.8 KiB 1b754648c0d5bdb27033fa013031dee5a0c851592a5736e83506d3280099019a
tclthread_2.8.7.orig.tar.gz 342.0 KiB 55cc0a4bbd877700740551d391a44b41d2b0feb67a72c3af5e29fa6b45714960
tclthread_2.8.7-1.debian.tar.xz 5.3 KiB b02b4c5885c20d75fc8e0dd39152d80222929a6b684c85970bb46d7ca8e8ccdb

Available diffs

No changes file available.

Binary packages built by this source

tcl-thread: 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.

tcl-thread-dbgsym: debug symbols for tcl-thread