summaryrefslogtreecommitdiff
path: root/dev-ada/libadalang/metadata.xml
blob: 4923219d7667ba108171f2001e7029a75cb748dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>ada@gentoo.org</email>
	</maintainer>
	<use>
		<flag name="static-pic">Build static library with pic code</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>
	<upstream>
		<remote-id type="github">AdaCore/libadalang</remote-id>
	</upstream>
</pkgmetadata>