File: harfbuzz.doap

package info (click to toggle)
harfbuzz 12.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100,700 kB
  • sloc: ansic: 77,910; cpp: 62,049; python: 4,962; xml: 4,651; sh: 426; makefile: 105
file content (24 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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">Text shaping library</shortdesc>

  <homepage
  rdf:resource="https://github.com/harfbuzz/harfbuzz" />
  <mailing-list
  rdf:resource="https://github.com/harfbuzz/harfbuzz/discussions" />
  <download-page
  rdf:resource="https://github.com/harfbuzz/harfbuzz/releases" />
  <bug-database
  rdf:resource="https://github.com/harfbuzz/harfbuzz/issues" />

  <maintainer>
    <foaf:Person>
      <foaf:name>Behdad Esfahbod</foaf:name>
      <foaf:mbox rdf:resource="mailto:harfbuzz@behdad.org" />
    </foaf:Person>
  </maintainer>
</Project>