parent
f82c186304
commit
abe636b876
2 changed files with 29 additions and 1 deletions
@ -0,0 +1,24 @@ |
|||||||
|
<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="http://usefulinc.com/ns/doap#"> |
||||||
|
|
||||||
|
<name xml:lang="en">harfbuzz</name> |
||||||
|
<shortdesc xml:lang="en">Internationalized text layout and rendering library</shortdesc> |
||||||
|
|
||||||
|
<homepage |
||||||
|
rdf:resource="http://freedesktop.org/wiki/Software/harfbuzz" /> |
||||||
|
<mailing-list |
||||||
|
rdf:resource="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" /> |
||||||
|
<!--download-page |
||||||
|
rdf:resource=""/--> |
||||||
|
<bug-database |
||||||
|
rdf:resource="http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"/> |
||||||
|
|
||||||
|
<maintainer> |
||||||
|
<foaf:Person> |
||||||
|
<foaf:name>Behdad Esfahbod</foaf:name> |
||||||
|
<foaf:mbox rdf:resource="mailto:harfbuzz@behdad.org" /> |
||||||
|
</foaf:Person> |
||||||
|
</maintainer> |
||||||
|
</Project> |
Loading…
Reference in new issue