package = "shapefile" version = "scm-2" source = { url = "git://github.com/geoffleyland/lua-shapefile.git" } description = { summary = "Read ESRI shapefiles", homepage = "https://github.com/geoffleyland/lua-shapefile", license = "MIT/X11", maintainer = "Geoff Leyland ", } dependencies = { "lua >= 5.1", "luafilesystem", "dbf", } build = { type = "builtin", modules = { ["shapefile"] = "src-lua/shapefile.lua", ["shapedir"] = "src-lua/shapedir.lua", }, }