-
Notifications
You must be signed in to change notification settings - Fork 0
/
Switcheroo.doap
37 lines (32 loc) · 1.26 KB
/
Switcheroo.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<Project
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#">
<name xml:lang="en">Switcheroo</name>
<shortdesc xml:lang="en">Convert and manipulate images</shortdesc>
<homepage rdf:resource="https://gitlab.com/adhami3310/Switcheroo"/>
<download-page rdf:resource="https://flathub.org/apps/details/io.gitlab.adhami3310.Converter"/>
<bug-database rdf:resource="https://gitlab.com/adhami3310/Switcheroo/-/issues"/>
<programming-language>Rust</programming-language>
<platform>GTK 4</platform>
<platform>Libadwaita</platform>
<repository>
<GitRepository>
<location rdf:resource="https://gitlab.com/adhami3310/Switcheroo.git"/>
<browse rdf:resource="https://gitlab.com/adhami3310/Switcheroo"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Khaleel Al-Adhami</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.com"/>
<foaf:accountName>adhami3310</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>