summaryrefslogtreecommitdiff
path: root/at-spi2-atk-toplevel-files/at-spi2-atk.doap
diff options
context:
space:
mode:
Diffstat (limited to 'at-spi2-atk-toplevel-files/at-spi2-atk.doap')
-rw-r--r--at-spi2-atk-toplevel-files/at-spi2-atk.doap25
1 files changed, 25 insertions, 0 deletions
diff --git a/at-spi2-atk-toplevel-files/at-spi2-atk.doap b/at-spi2-atk-toplevel-files/at-spi2-atk.doap
new file mode 100644
index 00000000..7a51b8a1
--- /dev/null
+++ b/at-spi2-atk-toplevel-files/at-spi2-atk.doap
@@ -0,0 +1,25 @@
+<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">at-spi2-atk</name>
+ <shortdesc xml:lang="en">GTK+ module for bridging AT-SPI to ATK</shortdesc>
+ <description xml:lang="en">at-spi2-atk is the library used to bridge ATK to AT-SPI, allowing applications exposing information via ATK to interface with clients that use AT-SPI. This module provides the necessary inter-process communication to allow accessibility-oriented software to operate.</description>
+ <homepage rdf:resource="http://www.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus"/>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/" />
+ <download-page rdf:resource="http://download.gnome.org/sources/at-spi2-atk/" />
+ <mailing-list rdf:resource="https://lists.linux-foundation.org/mailman/listinfo/accessibility-atspi"/>
+ <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
+ <programming-language>C</programming-language>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Mike Gorse</foaf:name>
+ <foaf:mbox rdf:resource="mailto:mgorse@suse.com" />
+ <gnome:userid>mgorse</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>