File: control

package info (click to toggle)
sfio 1999-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,300 kB
  • ctags: 1,371
  • sloc: ansic: 16,798; makefile: 256; sh: 104
file content (39 lines) | stat: -rw-r--r-- 1,706 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
Source: sfio
Section: devel
Priority: optional
Maintainer: Mike Goldman <whig@by.net>
Standards-Version: 2.5.0.0

Package: sfio-dev
Section: devel
Architecture: any
Depends: sfio1999 (= ${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: 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.