-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (22 loc) · 852 Bytes
/
package.xml
File metadata and controls
26 lines (22 loc) · 852 Bytes
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
<package>
<name>sql_database</name>
<version>0.4.9</version>
<description>
Provides an easy to use and general interface between a SQL
database and object-oriented C++ code, making it easy to
encapsulate the conceptual "objects" contained in the database as
C++ classes.
</description>
<maintainer email="matei.ciocarlie@gmail.com">Matei Ciocarlie</maintainer>
<author>Matei Ciocarlie and Lorenz Mosenlechner</author>
<license>BSD</license>
<url>http://ros.org/wiki/database_interface</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libpq-dev</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>yaml-cpp</build_depend>
<build_depend>pkg-config</build_depend>
<run_depend>libpq-dev</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>yaml-cpp</run_depend>
</package>