package = "background"
version = "0.1.0-1"
source = {
   url = "git+https://gitlab.com/ochaton/background.git",
   tag = "0.1.0"
}
description = {
   summary = "The proper way to use Tarantool background fibers",
   homepage = "https://gitlab.com/ochaton/background",
   license = "WTFPL"
}
build = {
   type = "builtin",
   modules = {
      background = "background.lua"
   }
}
