luarocks

所属分类:编程语言基础
开发工具:Lua
文件大小:0KB
下载次数:0
上传日期:2023-05-27 16:15:32
上 传 者sh-1993
说明:  LuaRocks是Lua编程语言的包管理器。
(LuaRocks is the package manager for the Lua programming language.)

文件列表:
.busted (226, 2023-12-13)
.codecov.yml (134, 2023-12-13)
.editorconfig (305, 2023-12-13)
.luacheckrc (426, 2023-12-13)
CHANGELOG.md (28092, 2023-12-13)
CODE_OF_CONDUCT.md (3152, 2023-12-13)
COPYING (1112, 2023-12-13)
GNUmakefile (7099, 2023-12-13)
Makefile (78, 2023-12-13)
SECURITY.md (761, 2023-12-13)
appveyor.yml (2286, 2023-12-13)
binary/ (0, 2023-12-13)
binary/Makefile.windows (4941, 2023-12-13)
binary/all_in_one (16106, 2023-12-13)
binary/lua-bz2-0.2.1-1.rockspec (940, 2023-12-13)
binary/lua-zlib-1.2-0.rockspec (956, 2023-12-13)
binary/luaposix-35.1-1.rockspec (1579, 2023-12-13)
binary/luasec-1.0.2-1.rockspec (3298, 2023-12-13)
binary/static-gcc (3176, 2023-12-13)
config.ld (143, 2023-12-13)
configure (14127, 2023-12-13)
install.bat (39746, 2023-12-13)
luarocks-dev-1.rockspec (1262, 2023-12-13)
makedist (4996, 2023-12-13)
mergerelease (631, 2023-12-13)
publishrelease (5844, 2023-12-13)
smoke_test.sh (2847, 2023-12-13)
spec/ (0, 2023-12-13)
spec/add_spec.lua (1621, 2023-12-13)
spec/build_spec.lua (39389, 2023-12-13)
... ...

LuaRocks

A package manager for Lua modules. [![Build Status](https://github.com/luarocks/luarocks/actions/workflows/test.yml/badge.svg)](https://github.com/luarocks/luarocks/actions) [![Luacheck](https://github.com/luarocks/luarocks/actions/workflows/luacheck.yml/badge.svg)](https://github.com/luarocks/luarocks/actions/workflows/luacheck.yml) [![Build Status](https://ci.appveyor.com/api/projects/status/4x4630tcf64da48i/branch/master?svg=true)](https://ci.appveyor.com/project/hishamhm/luarocks/branch/master) [![Coverage Status](https://codecov.io/gh/luarocks/luarocks/coverage.svg?branch=master)](https://codecov.io/gh/luarocks/luarocks/branch/master) [![Join the chat at https://gitter.im/luarocks/luarocks](https://badges.gitter.im/luarocks/luarocks.svg)](https://gitter.im/luarocks/luarocks) Main website: [luarocks.org](http://www.luarocks.org) It allows you to install Lua modules as self-contained packages called [*rocks*][1], which also contain version [dependency][2] information. This information can be used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and also optionally at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and [remote][3] repositories, and multiple local rocks trees. ## Installing * [Installation instructions for Unix](http://luarocks.org/en/Installation_instructions_for_Unix) (Linux, BSDs, etc.) * [Installation instructions for macOS](http://luarocks.org/en/Installation_instructions_for_macOS) * [Installation instructions for Windows](http://luarocks.org/en/Installation_instructions_for_Windows) ## License LuaRocks is free software and uses the [MIT license](http://luarocks.org/en/License), the same as Lua 5.x. [1]: http://luarocks.org/en/Types_of_rocks [2]: http://luarocks.org/en/Dependencies [3]: http://luarocks.org/en/Rocks_repositories

近期下载者

相关文件


收藏者