package = "luluman"
rockspec_format = "3.0"
version = "2.0-1"
description = {
   summary = "teeworlds huffman compression",
   detailed = "lua bindings for the teeworlds huffman compression code written in C",
   license = "Zlib",
   homepage = "https://github.com/luluworlds/luluman",
   issues_url = "https://github.com/luluworlds/luluman/issues",
   maintainer = "ChillerDragon <chillerdragon@gmail.com>",
   labels = { "compression", "huffman", "teeworlds", "ddnet", "ddracenetwork", "game" }
}
source = {
   url = "git://github.com/luluworlds/luluman",
   tag = "2.0-1"
}
build = {
   type = "builtin",
   modules = {
      luluman = { "src/huffman.c", "src/luluman.c" }
   }
}
