]>
Commit | Line | Data |
---|---|---|
2bdbc8e8 IG |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <rdf:RDF xml:lang="en" | |
3 | xmlns="http://usefulinc.com/ns/doap#" | |
4 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
5 | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
6 | xmlns:foaf="http://xmlns.com/foaf/0.1/"> | |
7 | <Project rdf:about="http://www.kernel.org/pub/linux/utils/util-linux/"> | |
8 | <name>util-linux</name> | |
9 | <homepage rdf:resource="http://www.kernel.org/pub/linux/utils/util-linux/" /> | |
10 | <shortdesc> | |
11 | util-linux is a random collection of Linux utilities | |
12 | </shortdesc> | |
13 | <description> | |
14 | util-linux is a random collection of Linux utilities. | |
15 | Note that in years 2006-2010 this project used the name "util-linux-ng". | |
16 | </description> | |
17 | <bug-database rdf:resource="https://github.com/karelzak/util-linux/issues" /> | |
18 | <mailing-list rdf:resource="http://vger.kernel.org/vger-lists.html#util-linux" /> | |
d673b74e | 19 | <download-page rdf:resource="https://www.kernel.org/pub/linux/utils/util-linux/" /> |
2bdbc8e8 IG |
20 | <programming-language>C</programming-language> |
21 | <repository> | |
22 | <GitRepository> | |
23 | <location rdf:resource="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"/> | |
24 | <browse rdf:resource="http://git.kernel.org/cgit/utils/util-linux/util-linux.git"/> | |
25 | </GitRepository> | |
26 | </repository> | |
27 | <maintainer> | |
28 | <foaf:Person> | |
29 | <foaf:name>Karel Zak</foaf:name> | |
30 | <foaf:mbox rdf:resource="mailto:kzak@redhat.com" /> | |
31 | </foaf:Person> | |
32 | </maintainer> | |
33 | </Project> | |
34 | </rdf:RDF> |