blob: 7f40891ad6cdd605454e64dcd3f2767f8c00d464 (
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://www.gentoo.org/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">
This project is a port of the Prettier formatter to the Ada programming
language. The aim of this project is to provide a tool that allows Ada
programmers to create formatters for any language of their choosing.
Please note that only the core generic formatting algorithm and its
dependencies were ported. The formatters for all supported languages
are not included in this project.
</longdescription>
<upstream>
<remote-id type="github">AdaCore/prettier-ada</remote-id>
</upstream>
</pkgmetadata>
|