File: package.xml

package info (click to toggle)
fcl 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 28,724 kB
  • sloc: xml: 188,729; cpp: 55,417; ansic: 22,921; sh: 41; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<package format="3">
  <name>fcl</name>
  <version>0.7.0</version>
  <description>FCL: the Flexible Collision Library</description>
  <maintainer email="fcl@tri.global">TRI Geometry Team</maintainer>
  <license>BSD</license>
  <buildtool_depend>cmake</buildtool_depend>
  <depend>libccd-dev</depend>
  <depend>eigen</depend>
  <depend>octomap</depend>
  <!-- Following recommendations of REP 136 -->
  <exec_depend condition="ROS_VERSION == 1">catkin</exec_depend>
  <export>
    <build_type>cmake</build_type>
  </export>
</package>