-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbinary.doap
More file actions
43 lines (37 loc) · 1.73 KB
/
binary.doap
File metadata and controls
43 lines (37 loc) · 1.73 KB
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
38
39
40
41
42
43
<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">Binary</name>
<shortdesc xml:lang="en">Convert numbers between bases</shortdesc>
<description>
Binary converts numbers between different binary, decimal, hexadecimal and octal values. It will take in input from one number base, give an output and for Binary numbers tell you the bits involved.
</description>
<platform>GTK 4</platform>
<platform>Libadwaita</platform>
<homepage rdf:resource="https://apps.gnome.org/Binary/" />
<download-page rdf:resource="https://flathub.org/app/io.github.fizzyizzy05.binary/" />
<bug-database rdf:resource="https://github.org/fizzyizzy05/binary/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>Python</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Isabelle Jackson</foaf:name>
<foaf:mbox rdf:resource="izzyjackson05@outlook.com" />
<foaf:Account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
<foaf:accountName>fizzyizzy05</foaf:accountName>
<gnome:userid>fizzyizzy05</gnome:userid>
</foaf:OnlineAccount>
</foaf:Account>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
<foaf:accountName>fizzyizzy05</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>