Skip to content

Commit

Permalink
added rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
and.sergeev committed Dec 29, 2018
1 parent 8a559cf commit 8be21c4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions rockspecs/tnt-kafka-0.3.0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package = "tnt-kafka"
version = "0.3.0"
source = {
url = "git://github.com/RepentantGopher/tnt-kafka.git",
tag = "v0.3.0",
}
description = {
summary = "Kafka library for Tarantool",
homepage = "https://github.com/RepentantGopher/tnt-kafka",
license = "Apache",
}
dependencies = {
"lua >= 5.1" -- actually tarantool > 1.6
}
build = {
type = "builtin",
modules = {
["tnt-kafka.consumer"] = "tnt-kafka/consumer.lua",
["tnt-kafka.producer"] = "tnt-kafka/producer.lua",
}
}

0 comments on commit 8be21c4

Please sign in to comment.