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 52 53 54 55 56 57 58 59 60
|
Source: libowfat
Section: libs
Priority: optional
Maintainer: Roland Stigge <stigge@antcom.de>
Standards-Version: 3.9.2
Build-Depends: dietlibc-dev, dietlibc-dev (>= 0.32-5) [sparc], debhelper (>= 7.0.50~)
Homepage: http://www.fefe.de/libowfat/
Package: libowfat0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Reimplementation of libdjb, shared library
This library is a reimplementation of libdjb, which means that it provides
Daniel Bernstein's interfaces (with some extensions).
.
It contains wrappers around memory allocation, buffered I/O, routines for
formatting and scanning, a full DNS resolver, several socket routines,
wrappers for socket functions, mkfifo, opendir, wait, and an abstraction
around errno. It also includes wrappers for Unix signal functions and a
layer of mmap and sendfile.
.
This package contains the shared library linked against glibc. The library is
also available for use with the diet libc (see libowfat-dietlibc-dev).
Package: libowfat-dev
Section: libdevel
Architecture: any
Depends: libc6-dev, libowfat0 (= ${binary:Version}), ${misc:Depends}
Conflicts: libdjbdns1-dev, libudt-dev, libcdb-dev
Description: Reimplementation of libdjb, development files
This library is a reimplementation of libdjb, which means that it provides
Daniel Bernstein's interfaces (with some extensions).
.
It contains wrappers around memory allocation, buffered I/O, routines for
formatting and scanning, a full DNS resolver, several socket routines,
wrappers for socket functions, mkfifo, opendir, wait, and an abstraction
around errno. It also includes wrappers for Unix signal functions and a
layer of mmap and sendfile.
.
This package contains libowfat linked with glibc, and man pages.
Package: libowfat-dietlibc-dev
Section: libdevel
Architecture: any
Depends: dietlibc-dev, ${misc:Depends}
Conflicts: libdjbdns1-dev
Breaks: libowfat-dev (<< 0.28-3)
Replaces: libowfat-dev (<< 0.28-3)
Description: Reimplementation of libdjb, dietlibc version
This library is a reimplementation of libdjb, which means that it provides
Daniel Bernstein's interfaces (with some extensions).
.
It contains wrappers around memory allocation, buffered I/O, routines for
formatting and scanning, a full DNS resolver, several socket routines,
wrappers for socket functions, mkfifo, opendir, wait, and an abstraction
around errno. It also includes wrappers for Unix signal functions and a
layer of mmap and sendfile.
.
This package contains libowfat linked with dietlibc.
|