package = "ssll"
version = "scm-1"
source = {
   url = "git+https://gitlab.com/stdgregwar/ssll",
   tag = "v0.0"
}
description = {
   homepage = "https://gitlab.com/stdgregwar/ssll",
   detailed = [[
      Solarus Standard Lua Library is a collection of essential scripts to use with Solarus Engine.
   ]],
   license = "GPLv3"
}
dependencies = {
   "lua 5.1"
}
build = {
   type = "builtin",
   modules = {
      multi_events = "multi_events.lua"
   }
}
