File: libcall-ui.doap

package info (click to toggle)
phosh 0.53.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,868 kB
  • sloc: ansic: 83,377; xml: 3,981; python: 717; sh: 449; makefile: 34; lisp: 22; javascript: 6
file content (36 lines) | stat: -rw-r--r-- 1,272 bytes parent folder | download | duplicates (8)
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
<?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>libcall-ui</name>
  <shortname>libcall-ui</shortname>
  <shortdesc>User interfaces for call handling</shortdesc>
  <description>
    Libcall-ui carries common user interface parts for call handling. It
    is meant to be used as a git submodule.
  </description>
  <homepage rdf:resource="https://gitlab.gnome.org/World/Phosh/libcall-ui" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />

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

 <maintainer>
    <foaf:Person>
      <foaf:name>Evangelos Ribeiro Tzaras</foaf:name>
      <foaf:mbox rdf:resource="mailto:evangelos.tzaras@puri.sm" />
      <foaf:mbox rdf:resource="mailto:devrtz@fortysixandtwo.eu" />
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Guido Günther</foaf:name>
      <foaf:mbox rdf:resource="mailto:agx@sigxcpu.org" />
      <gnome:userid>guidog</gnome:userid>
    </foaf:Person>
  </maintainer>

</Project>