blob: f884a31808d9a0fa30389315070477737ae7654e (
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://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>orbea@riseup.net</email>
<name>orbea</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
The code is based off of MAME's old C codebase which read up to CHDv4 with
OS-dependent features removed, and CHDv5 support backported from MAME's
current C++ codebase.
</longdescription>
<upstream>
<bugs-to>https://github.com/rtissera/libchdr/issues</bugs-to>
<changelog>https://github.com/rtissera/libchdr/blob/master/CHANGELOG.md</changelog>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|