atspi-misc: Prevent memory leak of main_loop pointer
[platform/upstream/at-spi2-core.git] / at-spi2-core.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-core</name>
8   <shortdesc xml:lang="en">D-Bus accessibility specifications, library, and registration daemon</shortdesc>
9   <description xml:lang="en">The Access Technology Service Provider Interface
10 (AT-SPI) is a set of interfaces that allow access technologies such as screen
11 readers to programmatically determine what is being displayed on the screen and
12 simulate keyboard and mouse events. It can also be used for automated testing.
13
14 The at-spi2-core module contains the D-Bus specification, the registry daemon,
15 and a C library for use by access technologies that provides a convenient
16 wrapper around the DBus interfaces.</description>
17   <homepage rdf:resource="http://www.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus"/>
18   <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
19   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/at-spi2-core/issues/" />
20   <download-page rdf:resource="http://download.gnome.org/sources/at-spi2-core/" />
21   <mailing-list rdf:resource="https://lists.linux-foundation.org/mailman/listinfo/accessibility-atspi"/>
22   <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
23   <programming-language>C</programming-language>
24
25   <maintainer>
26     <foaf:Person>
27       <foaf:name>Mike Gorse</foaf:name>
28       <foaf:mbox rdf:resource="mailto:mgorse@suse.com" />
29       <gnome:userid>mgorse</gnome:userid>
30     </foaf:Person>
31   </maintainer>
32 </Project>