st 1.9-3 source package in Ubuntu

Changelog

st (1.9-3) unstable; urgency=low

  * Fixed doc-base registration for auxiliary documents.

st (1.9-2) unstable; urgency=low

  * Switched to cdbs
  * Appease lintian (homepage, description, symbols)
  * Patch the library to hide all symbols of the form _st_*
  * Added documentation to doc-base
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  17 Nov 2009 17:47:25 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Wesley W. Terpstra (Debian)
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
st_1.9.orig.tar.gz 106.2 KiB b10d6f25bded6fedd5d22d950fc60ae137f363e14456e35ba7b295e0924a7db1
st_1.9-3.diff.gz 5.7 KiB 1665e1a2fe186796fb8fa0780dc6d935efefd1451a3fea598cc22f8758ae2f73
st_1.9-3.dsc 957 bytes 8bf259c591b093d4d771ad99461b1d5debc81f26bafde5211c861e6133546fc4

Available diffs

View changes file

Binary packages built by this source

libst-dev: No summary available for libst-dev in ubuntu natty.

No description available for libst-dev in ubuntu natty.

libst1: 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.