blob: 87b47c19314799efc0fb20273ed31b5b18b9788a (
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://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
GLCDprocDriver is the glue between the graphlcd-base library from the GraphLCD project,
which is written in C++, and LCDproc's meta-driver "glcdlib", which extends supported
displays in LCDproc by those supported through graphlcd-base (but just in text mode, of course).
It is implemented in C++, but provides the necessary wrapper C calls for use by glcdlib.
It is NOT intended to provide general C wrapping for the whole graphlcd-base, library,
as it really only implements the actual meta-driver for LCDproc.
</longdescription>
<upstream>
<bugs-to>https://github.com/lucianm/GLCDprocDriver/issues</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|