22 lines
607 B
XML
22 lines
607 B
XML
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
<package format="3">
|
|
<name>SQLiteCpp</name>
|
|
<version>3.3.1</version>
|
|
<description>A smart and easy to use C++ SQLite3 wrapper.</description>
|
|
|
|
<maintainer email="sebastien.rombauts@gmail.com">Sébastien Rombauts</maintainer>
|
|
|
|
<license>MIT</license>
|
|
|
|
<author email="sebastien.rombauts@gmail.com">Sébastien Rombauts</author>
|
|
|
|
<buildtool_depend>cmake</buildtool_depend>
|
|
|
|
<depend>libsqlite3-dev</depend>
|
|
|
|
<export>
|
|
<build_type>cmake</build_type>
|
|
</export>
|
|
|
|
</package>
|