package = "rand"
version = "1.0-1"
source = {
    url = "git+https://github.com/aobonit-maker/rand.git"
}
description = {
    summary = "A lightweight and easy-to-use randomness library for Lua.",
    detailed = "A simple randomness library for Lua with functions for numbers, booleans, lists, shuffling, and random text.",
    homepage = "https://github.com/SEU_USUARIO/rand",
    license = "MIT"
}
dependencies = {
    "lua >= 5.1"
}
build = {
    type = "builtin",
    modules = {
        rand = "rand.lua"
    }
}