blob: afe05aba058d21ceb3831358857f348fdb61f4fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0"?>
<pkgmetadata>
<maintainer type="person">
<name>John Wason</name>
<email>wason@wasontech.com</email>
</maintainer>
<upstream>
<remote-id type="github">robotraconteur/robotraconteur</remote-id>
<bugs-to>https://github.com/robotraconteur/robotraconteur/issues</bugs-to>
<doc>http://robotraconteur.com</doc>
</upstream>
<longdescription lang="en">
Robot Raconteur C++ library with Python bindings. See http://robotraconteur.com for documentation.
</longdescription>
<use>
<flag name="python">Enable Python bindings</flag>
</use>
</pkgmetadata>
|