We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a559cf commit 8be21c4Copy full SHA for 8be21c4
rockspecs/tnt-kafka-0.3.0.rockspec
@@ -0,0 +1,21 @@
1
+package = "tnt-kafka"
2
+version = "0.3.0"
3
+source = {
4
+ url = "git://github.com/RepentantGopher/tnt-kafka.git",
5
+ tag = "v0.3.0",
6
+}
7
+description = {
8
+ summary = "Kafka library for Tarantool",
9
+ homepage = "https://github.com/RepentantGopher/tnt-kafka",
10
+ license = "Apache",
11
12
+dependencies = {
13
+ "lua >= 5.1" -- actually tarantool > 1.6
14
15
+build = {
16
+ type = "builtin",
17
+ modules = {
18
+ ["tnt-kafka.consumer"] = "tnt-kafka/consumer.lua",
19
+ ["tnt-kafka.producer"] = "tnt-kafka/producer.lua",
20
+ }
21
0 commit comments