File: control

package info (click to toggle)
libfixposix 1%3A0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 440 kB
  • sloc: ansic: 2,545; sh: 636; makefile: 111
file content (32 lines) | stat: -rw-r--r-- 1,188 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
Source: libfixposix
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Desmond O. Chang <dochang@gmail.com>
Build-Depends: debhelper (>= 11~),
               pkg-config
Standards-Version: 4.1.4
Section: libdevel
Homepage: https://common-lisp.net/project/iolib/
Vcs-Git: https://salsa.debian.org/common-lisp-team/libfixposix.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/libfixposix

Package: libfixposix-dev
Architecture: any
Multi-Arch: same
Depends: libfixposix3 (= ${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: libfixposix3
Section: libs
Architecture: any
Multi-Arch: same
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.