File: control

package info (click to toggle)
gprconfig-kb 21.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 760 kB
  • sloc: xml: 4,858; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,146 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
Source: gprconfig-kb
Section: devel
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.5.1
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}
# The data were previously part of gprbuild.
Recommends: gprbuild (>= 2021)
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.