File: seed.doap

package info (click to toggle)
seed-webkit2 4.0.0%2B20161014%2B6c77960%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,760 kB
  • sloc: ansic: 25,104; makefile: 1,023; xml: 206; python: 173; sh: 46
file content (58 lines) | stat: -rw-r--r-- 1,964 bytes parent folder | download | duplicates (2)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<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">Seed</name>
  <shortname>Seed</shortname>
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />

  <shortdesc xml:lang="en">GNOME WebKit Javascript bindings</shortdesc>

  <description xml:lang="en">GNOME WebKit Javascript bindings</description>

  <homepage rdf:resource="http://live.gnome.org/Seed" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/mpl" />
  <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=seed"/>


  <programming-language>C</programming-language>
  <programming-language>JavaScript</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Robert Carr</foaf:name>
      <foaf:mbox rdf:resource="mailto:racarr@svn.gnome.org" />
      <gnome:userid>racarr</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Tim Horton</foaf:name>
      <foaf:mbox rdf:resource="mailto:hortont@svn.gnome.org" />
      <gnome:userid>hortont</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Alan Knowles</foaf:name>
      <foaf:mbox rdf:resource="mailto:alan@roojs.com" />
      <gnome:userid>alank</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Danilo Cesar Lemes de Paula</foaf:name>
      <foaf:mbox rdf:resource="mailto:danilocesar.dp+seed@gmail.com" />
      <gnome:userid>danilocesar</gnome:userid>
    </foaf:Person>
  </maintainer>

</Project>