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
|
Source: libflorist
Section: libdevel
Priority: optional
Maintainer: Ludovic Brenta <lbrenta@debian.org>
Uploaders: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends: debhelper (>= 11),
gnat, gnat-8,
# This line is parsed by debian/rules.
dh-ada-library (>= 6.7),
# 6.7 knows that -dbg packages are optional.
gprbuild (>= 2015-2)
# 2015-2 handles gnat-6
Standards-Version: 4.1.4
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libflorist
Vcs-Mtn: mtn://www.ada-france.org?org.debian.libflorist
Homepage: https://www.adacore.com/community
Package: libflorist2018-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.
.
This package contains the development files and unstripped static
library.
Package: libflorist2018
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-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.
.
This package contains the run-time shared library.
|