summaryrefslogtreecommitdiff
path: root/dev-ada/langkit/metadata.xml
blob: edeae8dc738ebf4695f5f8e8519d7d3dff0209f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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">
		Langkit (nickname for language kit) is a tool whose purpose is to make
		it easy to create syntactic and semantic analysis engines. Write a
		language specification in our Python DSL and Langkit will generate for
		you an Ada library with bindings for the C and Python programming
		languages.
		The generated library is meant to provide a basis to write tooling,
		including tools working on potentially changing and incorrect code,
		such as IDEs.
	</longdescription>
  <origin>srcux</origin>
</pkgmetadata>