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
|
Source: libfixposix
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Desmond O. Chang <dochang@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf,
autoconf (>= 2.67-1~), automake (>= 1:1.11-1~), libtool (>= 2.2.6b-1~)
Standards-Version: 3.9.1
Section: libdevel
Homepage: http://common-lisp.net/project/iolib/
Vcs-Git: git://git.debian.org/pkg-common-lisp/libfixposix.git
Vcs-Browser: http://git.debian.org/?p=pkg-common-lisp/libfixposix.git;a=summary
Package: libfixposix-dev
Section: libdevel
Architecture: any
Depends: libfixposix0 (= ${binary:Version}), ${misc:Depends}
Description: Replacement for inconsistent parts of POSIX (development)
The purpose of libfixposix is to offer replacements for parts of
POSIX whose behaviour is inconsistent across *NIX flavours.
.
This package contains the headers and static library files.
Package: libfixposix0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Replacement for inconsistent parts of POSIX (runtime)
The purpose of libfixposix is to offer replacements for parts of
POSIX whose behaviour is inconsistent across *NIX flavours.
.
This package contains the shared library.
|