summaryrefslogtreecommitdiff
blob: 1f0f18cea5f20e729d8f420ddaf5d009590379c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>ada@gentoo.org</email>
	</maintainer>
	<use>
		<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>