lua-rtos-libs/recipes.json

43 lines
1.6 KiB
JSON
Raw Normal View History

2024-02-25 21:39:00 +03:00
[
{
"name": "LuaSocket",
"description": "Network support for the Lua language",
"website": "https://w3.impa.br/~diego/software/luasocket/",
"recipe": "http://git.open-dev.ru/Radomir/lua-rtos-libs/raw/branch/main/recipes/luasocket.rec"
},
{
"name": "Binascii",
"description": "Hex & binary view helper",
"recipe": "http://git.open-dev.ru/Radomir/lua-rtos-libs/raw/branch/main/recipes/binascii.rec"
},
{
"name": "Connect",
"description": "Library for connect.unitx.pro cloud",
"recipe": "http://git.open-dev.ru/Radomir/lua-rtos-libs/raw/branch/main/recipes/connect.rec"
},
{
"name": "Utils",
"description": "Library with some utilities",
"recipe": "http://git.open-dev.ru/Radomir/lua-rtos-libs/raw/branch/main/recipes/utils.rec"
},
{
"name": "Logger",
"description": "Library with logger functions",
"recipe": "http://git.open-dev.ru/Radomir/lua-rtos-libs/raw/branch/main/recipes/logger.rec"
},
{
"name": "Telegram",
"description": "Library with Telegram bot functionality",
"recipe": "http://git.open-dev.ru/Radomir/lua-rtos-libs/raw/branch/main/recipes/telegram.rec"
},
{
"name": "Settings",
"description": "NVS settings helper",
"recipe": "http://git.open-dev.ru/Radomir/lua-rtos-libs/raw/branch/main/recipes/settings.rec"
},
{
"name": "Pro2timer",
"description": "Timer funtion like Watchdog pro2",
"recipe": "http://git.open-dev.ru/Radomir/lua-rtos-libs/raw/branch/main/recipes/pro2timer.rec"
}
]