package = "multipart"
version = "0.5.2-2"
source = {
  url = "git://github.com/Kong/lua-multipart",
  tag = "0.5.2-2"
}
description = {
  summary = "A simple HTTP multipart encoder/decoder for Lua",
  detailed = [[
    A simple HTTP multipart encoder/decoder for Lua, that can be used to work with multipart/form-data payloads.
  ]],
  homepage = "https://github.com/Kong/lua-multipart",
  license = "MIT"
}
dependencies = {
  "lua >= 5.1",
  "penlight >= 1.4.1"
}
build = {
  type = "builtin",
  modules = {
    multipart = "src/multipart.lua"
  }
}
