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
|
Source: libflorist
Section: libdevel
Priority: optional
Maintainer: Ludovic Brenta <lbrenta@debian.org>
Uploaders: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends:
debhelper-compat (= 13),
gnat, gnat-10,
# This line is parsed by debian/rules.
dh-sequence-ada-library,
# 6.7 knows that -dbg packages are optional.
gprbuild (>= 2015-2)
# 2015-2 handles gnat-6
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/libflorist
Vcs-Git: https://salsa.debian.org/debian/libflorist.git
Package: libflorist2020-dev
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
Description: POSIX.5 Ada interface to operating system services: development
FLORIST is an implementation of the IEEE Standards 1003.5: 1992, IEEE
STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as
the POSIX Ada Bindings. Using this library, you can call operating
system services from within Ada programs.
.
No one seems to maintain this library anymore.
For new packages, please consider other solutions.
.
This package contains the development files and unstripped static
library.
Package: libflorist2020
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: POSIX.5 Ada interface to operating system services: shared library
FLORIST is an implementation of the IEEE Standards 1003.5: 1992, IEEE
STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as
the POSIX Ada Bindings. Using this library, you can call operating
system services from within Ada programs.
.
No one seems to maintain this library anymore.
For new packages, please consider other solutions.
.
This package contains the run-time shared library.
|