package = "bitness"
version = "scm-0"
source = {
   url = "https://github.com/ignacio/bitness.git"
}
description = {
   homepage = "https://github.com/ignacio/bitness",
   license = "MIT/X11",
   summary = "Determines the bitness of Lua",
   detailed = [[
Ever wanted to answer the question "Is this Lua installation I'm running on 32 or 64 bits?". Well, bitness gives you the answer.
]],
}
dependencies = { "lua >= 5.1, < 5.4" }
build = {
   type = "builtin",
   modules = { bitness = "src/bitness.lua" }
}
