blob: 568194755e564ef3917237811398a6a93f842a5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<longdescription>
Implementation of selected parts of the SDL API using Curses. Intended
to be used as a drop-in replacement for the regular SDL.
</longdescription>
<upstream>
<maintainer>
<email>jaakko.keranen@iki.fi</email>
<name>Jaakko Keränen</name>
</maintainer>
<remote-id type="codeberg">skyjake/sealcurses</remote-id>
<bugs-to>https://codeberg.org/skyjake/sealcurses/issues</bugs-to>
</upstream>
</pkgmetadata>
|