We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bd9c4 commit 8ba1f63Copy full SHA for 8ba1f63
package.xml
@@ -0,0 +1,17 @@
1
+<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
2
+<package format="3">
3
+ <name>SQLiteC++</name>
4
+ <version>3.1.1</version>
5
+ <description>A smart and easy to use C++ SQLite3 wrapper.</description>
6
+
7
+ <maintainer email="[email protected]">Sébastien Rombauts</maintainer>
8
9
+ <license>MIT</license>
10
11
+ <author email="[email protected]">Sébastien Rombauts</author>
12
13
+ <buildtool_depend>cmake</buildtool_depend>
14
15
+ <depend>libsqlite3-dev</depend>
16
17
+</package>
0 commit comments