Skip to content
Snippets Groups Projects
package.xml 922 B
Newer Older
Thomas PEYRUCAIN's avatar
Thomas PEYRUCAIN committed
<?xml version="1.0"?>
<package format="3">
  <name>dynamic-graph-python</name>
  <version>4.0.5</version>
  <description>
    Dynamic graph library Python bindings
  </description>
  <maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
  <license>BSD</license>
Guilhem Saurel's avatar
Guilhem Saurel committed

  <url>http://github.com/stack-of-tasks/dynamic-graph-python</url>
  <author>Nicolas Mansard</author>
  <author>Olivier Stasse</author>

Thomas PEYRUCAIN's avatar
Thomas PEYRUCAIN committed
  <build_depend>git</build_depend>
  <build_depend>doxygen</build_depend>
  <doc_depend>doxygen</doc_depend>
Thomas PEYRUCAIN's avatar
Thomas PEYRUCAIN committed
  <!-- The following tags are recommended by REP-136 -->
  <exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
  <exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
  <depend>dynamic-graph</depend>
  <depend>boost</depend>
  <depend>eigenpy</depend>

Thomas PEYRUCAIN's avatar
Thomas PEYRUCAIN committed
  <buildtool_depend>cmake</buildtool_depend>

  <export>
    <build_type>cmake</build_type>
  </export>
Guilhem Saurel's avatar
Guilhem Saurel committed