rockspec_format = "3.0"
package = "luarocks-build-fennel"
version = "0.1.1-1"
source = {
    url = "git+https://git.sr.ht/~xerool/luarocks-build-fennel",
    tag = "v0.1.1",
}
description = {
    summary = "Teach LuaRocks how to build your Fennel rock",
    homepage = "https://sr.ht/~xerool/luarocks-build-fennel",
    license = "MIT",
}
dependencies = {
    "lua >= 5.1",
}
