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.
2 parents f910e98 + 33ccede commit 7f110f5Copy full SHA for 7f110f5
rockspecs/mysql-2.0.1-1.rockspec
@@ -0,0 +1,23 @@
1
+package = 'mysql'
2
+version = '2.0.1-1'
3
+source = {
4
+ url = 'git://github.com/tarantool/mysql.git',
5
+ branch = '2.0.1',
6
+}
7
+description = {
8
+ summary = "MySQL connector for Tarantool",
9
+ homepage = 'https://github.com/tarantool/mysql',
10
+ license = 'BSD',
11
12
+dependencies = {
13
+ 'lua >= 5.1'
14
15
+build = {
16
+ type = 'cmake';
17
+ variables = {
18
+ CMAKE_BUILD_TYPE="RelWithDebInfo";
19
+ TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
20
+ TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
21
+ };
22
23
+-- vim: syntax=lua
mysql-scm-1.rockspec renamed to rockspecs/mysql-scm-1.rockspec
0 commit comments