mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2025-01-03 11:25:21 +00:00
Merge branch 'bilelmoussaoui/doap' into 'main'
misc: Add a doap file See merge request GNOME/libmks!31
This commit is contained in:
commit
10573a416a
34
libmks.doap
Normal file
34
libmks.doap
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||||
|
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||||
|
xmlns:gnome="http://api.gnome.org/doap-extensions#"
|
||||||
|
xmlns="http://usefulinc.com/ns/doap#">
|
||||||
|
|
||||||
|
<name>libpanel</name>
|
||||||
|
<shortname>libmks</shortname>
|
||||||
|
<shortdesc>Mouse, Keyboard, and Screen to QEMU</shortdesc>
|
||||||
|
<description>
|
||||||
|
This library provides a "Mouse, Keyboard, and Screen" to QEMU using the
|
||||||
|
D-Bus device support in QEMU and GTK 4.
|
||||||
|
</description>
|
||||||
|
<homepage rdf:resource="https://gitlab.gnome.org/GNOME/libmks" />
|
||||||
|
<license rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
||||||
|
|
||||||
|
<programming-language>C</programming-language>
|
||||||
|
|
||||||
|
<maintainer>
|
||||||
|
<foaf:Person>
|
||||||
|
<foaf:name>Christian Hergert</foaf:name>
|
||||||
|
<foaf:mbox rdf:resource="mailto:chergert@gnome.org" />
|
||||||
|
<gnome:userid>chergert</gnome:userid>
|
||||||
|
</foaf:Person>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer>
|
||||||
|
<foaf:Person>
|
||||||
|
<foaf:name>Bilal Elmoussaoui</foaf:name>
|
||||||
|
<foaf:mbox rdf:resource="mailto:bilal.elmoussaoui@gnome.org" />
|
||||||
|
<gnome:userid>bilelmoussaoui</gnome:userid>
|
||||||
|
</foaf:Person>
|
||||||
|
</maintainer>
|
||||||
|
</Project>
|
Loading…
Reference in New Issue
Block a user