xref: /aosp_15_r20/external/harfbuzz_ng/harfbuzz.doap (revision 2d1272b857b1f7575e6e246373e1cb218663db8a)
1<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3         xmlns:foaf="http://xmlns.com/foaf/0.1/"
4         xmlns="http://usefulinc.com/ns/doap#">
5
6  <name xml:lang="en">harfbuzz</name>
7  <shortdesc xml:lang="en">Text shaping library</shortdesc>
8
9  <homepage
10  rdf:resource="https://github.com/harfbuzz/harfbuzz" />
11  <mailing-list
12  rdf:resource="https://github.com/harfbuzz/harfbuzz/discussions" />
13  <download-page
14  rdf:resource="https://github.com/harfbuzz/harfbuzz/releases" />
15  <bug-database
16  rdf:resource="https://github.com/harfbuzz/harfbuzz/issues" />
17
18  <maintainer>
19    <foaf:Person>
20      <foaf:name>Behdad Esfahbod</foaf:name>
21      <foaf:mbox rdf:resource="mailto:[email protected]" />
22    </foaf:Person>
23  </maintainer>
24</Project>
25