blob: 7677d209f5e650a2367db7ed59ced997b9a74a86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
astyle is a code formatter for C, C++, and Java source code, with many
granular formatting options to assist in enforcing code formatting
standards in projects.
</longdescription>
<upstream>
<maintainer status="active">
<name>Andre Simon</name>
</maintainer>
<maintainer status="inactive">
<name>Jim Pattee</name>
<email>jimp03@email.com</email>
</maintainer>
<bugs-to>https://sourceforge.net/p/astyle/bugs/</bugs-to>
<doc>https://astyle.sourceforge.net/astyle.html</doc>
<changelog>https://astyle.sourceforge.net/news.html</changelog>
<remote-id type="gitlab">saalen/astyle</remote-id>
<remote-id type="sourceforge">astyle</remote-id>
</upstream>
</pkgmetadata>
|