2.34.1
[platform/upstream/at-spi2-atk.git] / at-spi2-atk.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">at-spi2-atk</name>
8   <shortdesc xml:lang="en">GTK+ module for bridging AT-SPI to ATK</shortdesc>
9   <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>
10   <homepage rdf:resource="http://www.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus"/>
11   <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
12   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/" />
13   <download-page rdf:resource="http://download.gnome.org/sources/at-spi2-atk/" />
14   <mailing-list rdf:resource="https://lists.linux-foundation.org/mailman/listinfo/accessibility-atspi"/>
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>Mike Gorse</foaf:name>
21       <foaf:mbox rdf:resource="mailto:mgorse@suse.com" />
22       <gnome:userid>mgorse</gnome:userid>
23     </foaf:Person>
24   </maintainer>
25 </Project>