-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathExhibit.doap
More file actions
15 lines (14 loc) · 700 Bytes
/
Copy pathExhibit.doap
File metadata and controls
15 lines (14 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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 xml:lang="en">Exhibit</name>
<shortdesc xml:lang="en">Preview your 3D models</shortdesc>
<homepage rdf:resource="https://github.com/Nokse22/Exhibit" />
<bug-database rdf:resource="https://github.com/Nokse22/Exhibit/issues"/>
<programming-language>Python</programming-language>
<programming-language>C</programming-language>
<platform>GTK 4</platform>
<platform>Libadwaita</platform>
</Project>