Source: st Section: devel Priority: optional Maintainer: Wesley W. Terpstra (Debian) Build-Depends: debhelper (>= 7.0.0), cdbs (>= 0.4.52), autotools-dev Standards-Version: 3.8.3.0 Package: libst-dev Section: libdevel Architecture: any Depends: libst1 (= ${binary:Version}), ${misc:Depends}, libc6-dev Recommends: pkg-config Conflicts: sox (<= 12.17.2-1), sox-dev Homepage: http://state-threads.sourceforge.net/ Description: 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. Package: libst1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Homepage: http://state-threads.sourceforge.net/ Description: 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.