File: libcroco.doap

package info (click to toggle)
libcroco 0.6.12-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,404 kB
  • sloc: ansic: 20,902; sh: 4,575; makefile: 387; python: 186
file content (30 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download | duplicates (3)
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
<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:gnome="http://api.gnome.org/doap-extensions#"
         xmlns="http://usefulinc.com/ns/doap#">

  <name xml:lang="en">libcroco</name>
  <shortdesc xml:lang="en">A CSS parsing library</shortdesc>
  <description>A CSS parsing library</description>
  <homepage rdf:resource="http://www.linuxfromscratch.org/blfs/view/svn/general/libcroco.html" />
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/libcroco-list" />
  <download-page rdf:resource="https://download.gnome.org/sources/libcroco/" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Abhishek Sharma</foaf:name>
      <foaf:mbox rdf:resource="mailto:abhisheks@gnome.org" />
      <gnome:userid>abhisheks</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Dodji Seketeli</foaf:name>
      <foaf:mbox rdf:resource="mailto:dodji@gnome.org" />
      <gnome:userid>dodji</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>