summaryrefslogtreecommitdiff
blob: 05c462d3407271daf4e00270d62c15e689947e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>tupone@gentoo.org</email>
		<name>Tupone Alfredo</name>
	</maintainer>
	<use>
		<flag name="gnat_2016">Compile with dev-lang/gnat-gpl-2016</flag>
		<flag name="gnat_2017">Compile with dev-lang/gnat-gpl-2017</flag>
		<flag name="shared">Build shared library</flag>
		<flag name="static-pic">Build static library with pic code</flag>
	</use>
	<longdescription lang="en">
		GPRbuild is an advanced software tool designed to help automate the
		construction of multi-language systems. It removes complexity from
		multi-language development by allowing developers to quickly and easily
		compile and link software written in a combination of languages
		including Ada, Assembler, C, C++, and Fortran. Easily extendable by
		users to cover new toolchains and languages it is primarily aimed at
		projects of all sizes organized into subsystems and libraries and is
		particularly well-suited for compiled languages.
	</longdescription>
</pkgmetadata>