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: gprconfig-kb
Section: devel
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/AdaCore/gprconfig_kb
Vcs-Browser: https://salsa.debian.org/debian/gprconfig-kb
Vcs-Git: https://salsa.debian.org/debian/gprconfig-kb.git
Package: gprconfig-kb
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
# First version installing gprlib in /usr/libexec.
Recommends: gprbuild (>= 2022)
# The data were previously part of gprbuild.
Breaks: gprbuild (<< 2021)
Replaces: gprbuild (<< 2021)
Description: compiler list for the gprbuild build tool
A set of tools for processing GNAT project files:
gprconfig detects available compilers,
gprbuild runs them;
gprslave helps distributing the build work across the network;
gprinstall copies the objects to their final destination;
gprclean removes them.
The default configuration supports Ada, Assembler, C, C++, Fortran,
and can be extended to support user source processing tools.
.
This package contains the knowledge base used by gprconfig during
detection of the available compilers and linkers.
|