mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
- 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>
24 lines
882 B
XML
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>
|