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 5d6161f commit 5fca755Copy full SHA for 5fca755
rockspecs/mqtt-1.2.1-1.rockspec
@@ -0,0 +1,22 @@
1
+package = "mqtt"
2
+version = "1.2.1-1"
3
+source = {
4
+ url = "git://github.com/tarantool/mqtt.git",
5
+ tag = "1.2.1"
6
+}
7
+description = {
8
+ summary = "Mqtt connector for Tarantool",
9
+ homepage = "https://github.com/tarantool/mqtt",
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
mqtt-scm-1.rockspec renamed to rockspecs/mqtt-scm-1.rockspec
@@ -7,7 +7,7 @@ source = {
description = {
summary = "Mqtt connector for Tarantool",
homepage = "https://github.com/tarantool/mqtt",
- license = "MIT"
}
dependencies = {
"lua >= 5.1"
0 commit comments