forked from rpm-software-management/libdnf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibdnf.doap
38 lines (38 loc) · 1.59 KB
/
libdnf.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
38
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
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/">
<Project rdf:about="https://github.com/rpm-software-management/libdnf">
<name>libdnf</name>
<homepage rdf:resource="https://github.com/rpm-software-management/libdnf" />
<shortdesc>
Simple package manager
</shortdesc>
<description>
This library provides a high level package-manager.
It uses librepo, libsolv and other libraries under the hood.
</description>
<bug-database rdf:resource="https://github.com/rpm-software-management/libdnf/issues" />
<mailing-list rdf:resource="http://lists.rpm.org/mailman/listinfo/rpm-ecosystem" />
<download-page rdf:resource="https://github.com/rpm-software-management/libdnf/releases" />
<programming-language>C</programming-language>
<repository>
<GitRepository>
<location rdf:resource="git://github.com/rpm-software-management/libdnf.git"/>
<browse rdf:resource="https://github.com/rpm-software-management/libdnf"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Richard Hughes</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
<foaf:Person>
<foaf:name>Igor Gnatenko</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</maintainer>
</Project>
</rdf:RDF>