Skip to content

Commit 8be21c4

Browse files
author
and.sergeev
committed
added rockspec
1 parent 8a559cf commit 8be21c4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

rockspecs/tnt-kafka-0.3.0.rockspec

+21
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)