18 lines
748 B
XML
18 lines
748 B
XML
<?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>
|
|
<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>
|
|
</pkgmetadata>
|