-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.xml
33 lines (26 loc) · 944 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<package>
<name>xdot</name>
<version>2.0.1</version>
<description>
XDot.py, by Jose Fonseca, is an interactive viewer for graphs written in
Graphviz's dot language.
This package adds front-end capabilities to XDot including WX Widget
support and experimental Qt support and a mechanism for receiving callbacks
when nodes are clicked. This extension is provided as BSD.
</description>
<maintainer email="[email protected]">Jonathan Bohren</maintainer>
<license>LGPL/BSD</license>
<url type="upstream">https://github.com/jrfonseca/xdot.py</url>
<!-- Original author -->
<author>Jose Fonseca</author>
<!-- ROS package and WX frontend-->
<author>Jonathan Bohren</author>
<!-- Qt Port -->
<author>Alex Bravo</author>
<run_depend>wxpython</run_depend>
<run_depend>graphviz</run_depend>
<buildtool_depend>catkin</buildtool_depend>
<export>
<architecture_independent/>
</export>
</package>