https://github.com/peter-evans/libsodium-rockspec
A convenience LuaRocks rock for the Sodium Crypto Library (libsodium)
https://github.com/peter-evans/libsodium-rockspec
libsodium lua luarocks rock rockspec sodium-library
Last synced: 11 months ago
JSON representation
A convenience LuaRocks rock for the Sodium Crypto Library (libsodium)
- Host: GitHub
- URL: https://github.com/peter-evans/libsodium-rockspec
- Owner: peter-evans
- License: mit
- Created: 2018-06-09T14:34:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T02:10:08.000Z (over 7 years ago)
- Last Synced: 2024-10-05T11:41:52.163Z (over 1 year ago)
- Topics: libsodium, lua, luarocks, rock, rockspec, sodium-library
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LuaRocks rock for the Sodium Crypto Library (libsodium)
[](https://luarocks.org/modules/peterevans/libsodium)
[](https://travis-ci.org/peter-evans/libsodium-rockspec)
This is a convenient way to install the [Sodium Crypto Library (libsodium)](https://github.com/jedisct1/libsodium) via LuaRocks.
I don't necessarily recommend this for production use. Please see [libsodium's documentation](https://download.libsodium.org/doc/installation/) for full installation instructions.
**Please note this is not a libsodium to Lua binding! It just installs libsodium.**
## Installation
```
luarocks install libsodium
```
Check if libsodium has installed correctly:
```
pkg-config --libs libsodium
```
## License
MIT License - see the [LICENSE](LICENSE) file for details