summaryrefslogtreecommitdiff
blob: fb8adc913f1c4e7c52bcd793312da1a3e789135b (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="gnat_2018">Compile with dev-lang/gnat-gpl-2018</flag>
		<flag name="shared">Build gnat_util shared library</flag>
		<flag name="static-pic">Build gnat_util static library with pic code</flag>
	</use>
	<longdescription lang="en">
		Gnat_Util is a library uniting a number of GNAT sources that are used by
		different tools. At the moment Gnat_Util provides GNAT sources needed by ASIS,
		GNATCOLL and Gprbuild. Its main purpose is allowing to simultaneously use
		tools like ASIS and GNATCOLL (and other ones based on GNAT sources, if they
		are to come), which would normally cause name conflicts between the same GNAT
		sources that they use. Building both of them using same set of sources that
		is Gnat_Util solves this problem.
	</longdescription>
</pkgmetadata>