summaryrefslogtreecommitdiff
blob: 5ed09e4fd9133ab312488075a0b5da79a502c06c (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="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="gnat_2019">Compile with dev-lang/gnat-gpl-2019</flag>
		<flag name="shared">Build shared library</flag>
	</use>
	<longdescription lang="en">
		Libadalang is a project to build a high performance semantic engine for
		the Ada programming language. It is meant to provide a basis to write
		Ada tooling, including tools working on potentially changing and
		incorrect code, such as IDEs.
	</longdescription>
</pkgmetadata>