File: Impression.doap

package info (click to toggle)
impression 3.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,016 kB
  • sloc: xml: 25; sh: 23; makefile: 23
file content (37 lines) | stat: -rw-r--r-- 1,282 bytes parent folder | download
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">Impression</name>
	<shortdesc xml:lang="en">Crete bootable drives</shortdesc>

	<homepage rdf:resource="https://gitlab.com/adhami3310/Impression"/>
	<download-page rdf:resource="https://flathub.org/apps/details/io.gitlab.adhami3310.Impression"/>
	<bug-database rdf:resource="https://gitlab.com/adhami3310/Impression/-/issues"/>

	<programming-language>Rust</programming-language>
	<platform>GTK 4</platform>
	<platform>Libadwaita</platform>

	<repository>
		<GitRepository>
			<location rdf:resource="https://gitlab.com/adhami3310/Impression.git"/>
			<browse rdf:resource="https://gitlab.com/adhami3310/Impression"/>
		</GitRepository>
	</repository>

	<maintainer>
		<foaf:Person>
			<foaf:name>Khaleel Al-Adhami</foaf:name>
            <foaf:mbox rdf:resource="mailto:khaleel.aladhami@gmail.com" />
			<foaf:account>
				<foaf:OnlineAccount>
					<foaf:accountServiceHomepage rdf:resource="https://gitlab.com"/>
					<foaf:accountName>adhami3310</foaf:accountName>
				</foaf:OnlineAccount>
			</foaf:account>
		</foaf:Person>
	</maintainer>
</Project>