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 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: gprbuild
Section: devel
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends: debhelper (>= 11),
gnat, gnat-8,
libxmlada-schema8-dev,
libxmlada-dom8-dev,
libxmlada-sax8-dev,
libxmlada-input8-dev,
# Note: the rules script parses the lines above to extract versions.
# libxmlada_unicode is required indirectly
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://www.adacore.com/community
Vcs-Mtn: mtn://www.ada-france.org?org.debian.gprbuild
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.gprbuild
Package: libgpr18
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: support for programs processing GNAT projects (runtime)
GNAT projects are human-readable text files used to drive tools
building or inspecting lots of source files in several programming
languages, like those provided by the gprbuild package.
.
This package contains the runtime shared library.
Package: libgpr2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
Description: support for programs processing GNAT projects (development)
GNAT projects are human-readable text files used to drive tools
building or inspecting lots of source files in several programming
languages, like those provided by the gprbuild package.
.
This package contains the development tools.
Package: gprbuild
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnat (>= 5), g++, gcc, gfortran
# Previous gnat-x.y used x.y instead of x to name tools and libs.
Description: multi-language extensible 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.
.
The complete gprbuild user guide cannot be distributed by Debian
because it is licensed under the GNU Free Documentation License with
Invariant Sections and Cover Texts. It is published by upstream
authors at
http://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html.
|