st 1.9-3.4 source package in Ubuntu

Changelog

st (1.9-3.4) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches/02-implicit-declarations.patch: Fix an improper macro
    feature check. Thanks to Zixing Liu <email address hidden>.
    (Closes: #1065797, #1066287, LP: #2060973)
  * debian/patches/1032955_riscv_support.patch: Add support for RISC-V
    CPU. Thanks to Steven Liu <email address hidden>.
    (Closes: #1032955, LP: #2061639)
  * Switch from transitional pkg-config to pkgconf.
  * Whitespace cleanup.

 -- Andreas Beckmann <email address hidden>  Thu, 18 Apr 2024 15:28:28 +0200

Upload details

Uploaded by:
Wesley W. Terpstra (Debian)
Uploaded to:
Sid
Original maintainer:
Wesley W. Terpstra (Debian)
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs

Downloads

File Size SHA-256 Checksum
st_1.9-3.4.dsc 1.8 KiB b305b202331b9031dd89431ea5d333afe890d6a796f53b4942b31fb6f9148bc0
st_1.9.orig.tar.gz 106.2 KiB b10d6f25bded6fedd5d22d950fc60ae137f363e14456e35ba7b295e0924a7db1
st_1.9-3.4.debian.tar.xz 7.5 KiB a690c1a16cda793e78a4f939906245056fd9eaf522c688f0204d807744352589

No changes file available.

Binary packages built by this source

libst-dev: State Threads Library - Development files

 The State Threads library has an interface similar to POSIX threads.
 .
 However, the threads are actually all run in-process. This type of
 threading allows for controlled schedualing points. It is highly useful
 for designing robust and extremely scalable internet applications since
 there is no resource contention and locking is generally unnecessary.
 .
 It can be combined with traditional threading or multiple process
 parallelism to take advantage of multiple processors.
 .
 This package contains the development files for compiling programs.

libst1t64: State Threads Library

 The State Threads library has an interface similar to POSIX threads.
 .
 However, the threads are actually all run in-process. This type of
 threading allows for controlled schedualing points. It is highly useful
 for designing robust and extremely scalable internet applications since
 there is no resource contention and locking is generally unnecessary.
 .
 It can be combined with traditional threading or multiple process
 parallelism to take advantage of multiple processors.
 .
 This package provides the library required by dependent programs.

libst1t64-dbgsym: debug symbols for libst1t64