gentoo/dev-lisp/clx/metadata.xml
Filip Kobierski 089906b4b4
dev-lisp/clx: metadata: minor improvements
- remove default lang tag
- remove generic USE=doc documentation
- add bugs-to & doc

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42623
Closes: https://github.com/gentoo/gentoo/pull/42623
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-06-16 15:55:59 +02:00

24 lines
882 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>common-lisp@gentoo.org</email>
<name>Gentoo Common Lisp Project</name>
</maintainer>
<longdescription>
CLX provides an implementation of the X Window System protocol to
Lisp graphics library[ies] and applications. It is the Common Lisp
equivalent of Xlib.
</longdescription>
<longdescription lang="es">
CLX ofrece una implementación del protocolo del sistema X Window
a las librerías y aplicaciones gráficas escritas en Lisp. Es el
equivamente en Common Lisp a Xlib.
</longdescription>
<upstream>
<bugs-to>https://github.com/sharplispers/clx/issues</bugs-to>
<doc>https://sharplispers.github.io/clx/</doc>
<remote-id type="github">sharplispers/clx</remote-id>
</upstream>
</pkgmetadata>