在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):lua-stdlib/lua-stdlib开源软件地址(OpenSource Url):https://github.com/lua-stdlib/lua-stdlib开源编程语言(OpenSource Language):Lua 98.7%开源软件介绍(OpenSource Introduction):Standard Lua librariesCopyright (C) 2000-2018 stdlib authors This is a collection of Lua libraries for Lua 5.1 (including LuaJIT), 5.2 and 5.3. The libraries are copyright by their authors (see the AUTHORS file for details), and released under the MIT license (the same license as Lua itself). There is no warranty. stdlib has no run-time prerequisites beyond a standard Lua system, though it will take advantage of strict and typecheck if they are installed. InstallationThe simplest and best way to install stdlib is with LuaRocks. To install the latest release (recommended): luarocks install stdlib To install current git master (for testing, before submitting a bug report for example): luarocks install http://raw.githubusercontent.com/lua-stdlib/lua-stdlib/master/stdlib-git-1.rockspec The best way to install without LuaRocks is to copy the DocumentationThe latest release of these libraries is documented in LDoc. Pre-built HTML files are included in the release. Bug reports and code contributionsThese libraries are written and maintained by their users. Please make bug reports and suggestions as GitHub Issues. Pull requests are especially appreciated. But first, please check that your issue has not already been reported by someone else, and that it is not already fixed by master in preparation for the next release (see Installation section above for how to temporarily install master with LuaRocks). There is no strict coding style, but please bear in mind the following points when proposing changes:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论