Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
package = "LuaOSM"
version = "1.0-1"
source = {
url = "git://github.com/terwin/luaOSM.git"
}
description = {
summary = "OSM (OpenStreetMap) database parsing",
detailed = [[
LuaOSM is a simple wrapper around LuaExpat to facilitate parsing of
OpenStreetMap XML files.
]]
}
dependencies = {
"lua >= 5.1",
"luaexpat >= 1.2.0"
}
build = {
type = "builtin",
modules = {
osm = "src/osm.lua"
},
copy_directories = {"examples"}
}