summaryrefslogtreecommitdiff
path: root/libsoup.doap
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2020-02-28 12:54:59 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2020-02-28 12:55:12 +0900
commitb74c5fd5483969d55625576448662edf864b6b9e (patch)
treee3cd0fca2b0804eb86ec06c49c5495444a86f98d /libsoup.doap
parent58894334cd3f0b89c865304e8e9d6eea3cd20a55 (diff)
downloadlibsoup-b74c5fd5483969d55625576448662edf864b6b9e.tar.gz
libsoup-b74c5fd5483969d55625576448662edf864b6b9e.tar.bz2
libsoup-b74c5fd5483969d55625576448662edf864b6b9e.zip
Imported Upstream version 2.69.90upstream/2.69.90upstream/2.69.0
Change-Id: I484cce89dab3187f91ab6e005e265514a03028bd
Diffstat (limited to 'libsoup.doap')
-rw-r--r--libsoup.doap39
1 files changed, 39 insertions, 0 deletions
diff --git a/libsoup.doap b/libsoup.doap
new file mode 100644
index 00000000..9424ac83
--- /dev/null
+++ b/libsoup.doap
@@ -0,0 +1,39 @@
+<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">libsoup</name>
+ <shortdesc xml:lang="en">HTTP client/server library for GNOME</shortdesc>
+ <description>libsoup is an HTTP client/server library for GNOME. It uses GObjects and the GLib main loop, to integrate well with GNOME applications.</description>
+
+ <homepage rdf:resource="https://wiki.gnome.org/Projects/libsoup" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/libsoup-list" />
+ <download-page rdf:resource="http://download.gnome.org/sources/libsoup/" />
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/libsoup/issues/" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
+ <programming-language>C</programming-language>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Dan Winship</foaf:name>
+ <foaf:mbox rdf:resource="mailto:danw@gnome.org" />
+ <gnome:userid>danw</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Claudio Saavedra</foaf:name>
+ <foaf:mbox rdf:resource="mailto:csaavedra@igalia.com" />
+ <gnome:userid>csaavedra</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Patrick Griffis</foaf:name>
+ <foaf:mbox rdf:resource="mailto:pgriffis@igalia.com" />
+ <gnome:userid>pgriffis</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>