File: control

package info (click to toggle)
sfio 2000-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,984 kB
  • ctags: 3,358
  • sloc: ansic: 35,607; makefile: 523; sh: 235
file content (51 lines) | stat: -rw-r--r-- 2,254 bytes parent folder | download
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
45
46
47
48
49
50
51
Source: sfio
Priority: optional
Maintainer: Stephen Zander <gibreel@debian.org>
Standards-Version: 3.5.6
Build-Depends: debhelper (>= 3.0.5), ed

Package: sfio2000
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: sfio
Description: Enhanced library for managing I/O streams.
 Sfio is a portable library for managing I/O streams. It provides similar
 functionality to the ANSI C Standard I/O functions known collectively as
 Stdio. However, it has a distinct interface and is generally faster and
 more robust than most Stdio implementations. Sfio also introduces a number
 of new features and concepts beyond Stdio stream I/O processing.

Package: sfio-dev
Section: devel
Architecture: any
Depends: sfio2000 (= ${Source-Version})
Replaces: sfio1998-dev
Conflicts: sfio1998-dev
Description: Enhanced library for managing I/O streams (development).
 Sfio is a portable library for managing I/O streams. It provides similar
 functionality to the ANSI C Standard I/O functions known collectively as
 Stdio. However, it has a distinct interface and is generally faster and
 more robust than most Stdio implementations. Sfio also introduces a number
 of new features and concepts beyond Stdio stream I/O processing: 
 .
  * Automatic locking to avoid concurrent stream accesses, 
  * I/O disciplines to pre/post-process read/write data from/to streams, 
  * Stream stacking for recursive processing of nested streams, 
  * Stream pooling for automatic stream synchronization when I/O operations
    are performed on different streams, 
  * Buffer reservation for safe access to the internal buffers of streams, 
  * Robust handling of variable-sized records, and 
  * Extensible printf/scanf-like formatting I/O operations.

Package: sfio1999
Section: oldlibs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: sfio
Description: Enhanced library for managing I/O streams.
 Sfio is a portable library for managing I/O streams. It provides similar
 functionality to the ANSI C Standard I/O functions known collectively as
 Stdio. However, it has a distinct interface and is generally faster and
 more robust than most Stdio implementations. Sfio also introduces a number
 of new features and concepts beyond Stdio stream I/O processing.