Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanfengyun/lualib
lua的代码仓库,包含C库或lua库。
https://github.com/yuanfengyun/lualib
Last synced: about 1 month ago
JSON representation
lua的代码仓库,包含C库或lua库。
- Host: GitHub
- URL: https://github.com/yuanfengyun/lualib
- Owner: yuanfengyun
- Created: 2017-02-16T02:08:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T02:10:38.000Z (4 months ago)
- Last Synced: 2024-08-20T11:32:42.913Z (4 months ago)
- Language: Perl
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## lua各种框架、文档
* [lua官网](https://www.lua.org/)
* [lua5.3文档](https://www.runoob.com/manual/lua53doc/manual.html#pdf-table.sort)* [luarocks](https://luarocks.org/)
* [skynet官网](https://github.com/cloudwu/skynet)
## lua教程
* [Lua 教程菜鸟教程](https://www.runoob.com/lua/lua-tutorial.html)
## 好用工具
* [lua54_debug gdb调试lua5.3 5.4 gdb拓展脚本](https://github.com/yuanfengyun/lualib/blob/master/lua54_debug.sh)
* [lua-gdb gdb调试lua,python扩展,只支持python3](https://github.com/xjdrew/lua-gdb)
* [lua-stack 性能分析工具,可生成火焰图](https://gitee.com/lindx-code/lua-stack)
## lua的代码仓库,包含C库或lua库。
* lserialize.c table转字符串库
* profile包含各种性能检测脚本