File: perl-Glib.doap

package info (click to toggle)
libglib-perl 3%3A1.260-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,452 kB
  • sloc: perl: 4,250; ansic: 613; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (7)
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
<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">Glib</name>
  <shortdesc xml:lang="en">Perl wrappers for the GLib utility and Object libraries</shortdesc>
  <homepage rdf:resource="http://gtk2-perl.sourceforge.net/" />
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-perl-list" />

  <maintainer>
    <foaf:Person>
      <foaf:name>muppet</foaf:name>
      <gnome:userid>sarringt</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Torsten Schönfeld</foaf:name>
      <foaf:mbox rdf:resource="mailto:tsch@src.gnome.org" />
      <gnome:userid>tsch</gnome:userid>
    </foaf:Person>
  </maintainer>

</Project>