Add tizen dlog for debugging
[platform/upstream/glib-networking.git] / glib-networking.doap
1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3          xmlns:foaf="http://xmlns.com/foaf/0.1/"
4          xmlns:gnome="http://api.gnome.org/doap-extensions#"
5          xmlns="http://usefulinc.com/ns/doap#">
6
7   <name xml:lang="en">glib-networking</name>
8   <shortdesc xml:lang="en">Network extensions for GLib</shortdesc>
9   <description xml:lang="en"> glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies.
10
11 Currently it contains GnuTLS- and OpenSSL-based implementations of GTlsBackend, a libproxy-based implementation of GProxyResolver, and a GNOME GProxyResolver that uses the proxy information from the GSettings schemas in gsettings-desktop-schemas.</description>
12
13   <download-page rdf:resource="http://download.gnome.org/sources/glib-networking" />
14   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/glib-networking/issues" />
15   <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
16   <programming-language>C</programming-language>
17
18   <maintainer>
19     <foaf:Person>
20       <foaf:name>Michael Catanzaro</foaf:name>
21       <foaf:mbox rdf:resource="mailto:mcatanzaro@gnome.org" />
22       <gnome:userid>mcatanzaro</gnome:userid>
23     </foaf:Person>
24   </maintainer>
25
26   <maintainer>
27     <foaf:Person>
28       <foaf:name>Ignacio Casal Quinteiro</foaf:name>
29       <foaf:mbox rdf:resource="mailto:icq@gnome.org" />
30       <gnome:userid>icq</gnome:userid>
31     </foaf:Person>
32   </maintainer>
33
34 </Project>