]> git.tdb.fi Git - ext/sigc++-2.0.git/blob - libsigcplusplus.doap
Adjust the name of the library to match upstream
[ext/sigc++-2.0.git] / libsigcplusplus.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">libsigc++</name>
8   <shortdesc xml:lang="en">Typesafe callback framework for C++</shortdesc>
9   <description>libsigc++ implements a typesafe callback system for standard C++.
10 It allows you to define signals and to connect those signals to any
11 callback function, either global or a member function, regardless of
12 whether it is static or virtual.
13
14 libsigc++ is also used by glibmm and gtkmm to wrap Glib and GTK+ signals.</description>
15   <homepage rdf:resource="https://libsigcplusplus.github.io/libsigcplusplus/" />
16   <bug-database rdf:resource="https://github.com/libsigcplusplus/libsigcplusplus/issues/" />
17   <mailing-list rdf:resource="mailto:libsigc-list@gnome.org" />
18   <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
19   <programming-language>C++</programming-language>
20   <download-page rdf:resource="http://download.gnome.org/sources/libsigc++/" />
21
22   <maintainer>
23     <foaf:Person>
24       <foaf:name>Murray Cumming</foaf:name>
25       <foaf:mbox rdf:resource="mailto:murrayc@murrayc.com" />
26       <gnome:userid>murrayc</gnome:userid>
27     </foaf:Person>
28   </maintainer>
29   <maintainer>
30     <foaf:Person>
31       <foaf:name>Kjell Ahlstedt</foaf:name>
32       <foaf:mbox rdf:resource="mailto:kjellahlstedt@gmail.com" />
33       <gnome:userid>kjellahl</gnome:userid>
34     </foaf:Person>
35   </maintainer>
36 </Project>