Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nix-community/luarocks-nix
Fork that adds a "nix" command to convert rockspecs to nix derivations. Open PRs against master_nixpkgs [maintainer=@teto]
https://github.com/nix-community/luarocks-nix
lua nix nixos
Last synced: 3 months ago
JSON representation
Fork that adds a "nix" command to convert rockspecs to nix derivations. Open PRs against master_nixpkgs [maintainer=@teto]
- Host: GitHub
- URL: https://github.com/nix-community/luarocks-nix
- Owner: nix-community
- License: mit
- Fork: true (luarocks/luarocks)
- Created: 2017-09-08T05:59:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T15:39:57.000Z (5 months ago)
- Last Synced: 2024-07-14T20:25:23.197Z (4 months ago)
- Topics: lua, nix, nixos
- Language: Lua
- Homepage: http://www.luarocks.org
- Size: 12 MB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
This is a fork that adds a "nix" command to generate nix packages from
rockspecs.
You can test the fork with `luarocks nix `, e.g., `luarocks nix date`.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