File: control

package info (click to toggle)
st 1.9-3.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 588 kB
  • ctags: 1,034
  • sloc: ansic: 5,570; makefile: 377; asm: 299; sh: 26
file content (44 lines) | stat: -rw-r--r-- 1,776 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: st
Section: devel
Priority: optional
Maintainer: Wesley W. Terpstra (Debian) <terpstra@debian.org>
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.