https://github.com/mna/luaossl-mock
Empty Lua rock so it can be installed and satisfy luarocks dependencies
https://github.com/mna/luaossl-mock
ignore
Last synced: over 1 year ago
JSON representation
Empty Lua rock so it can be installed and satisfy luarocks dependencies
- Host: GitHub
- URL: https://github.com/mna/luaossl-mock
- Owner: mna
- Created: 2022-06-30T15:44:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T16:01:17.000Z (about 4 years ago)
- Last Synced: 2025-01-23T10:28:39.474Z (over 1 year ago)
- Topics: ignore
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# luaossl-mock
This is an empty (as empty as required for this to work) Lua rock published in my luarocks namespace (mna/luaossl) just so it can be installed and satisfy luarocks dependencies when a distro version (non-luarocks) of luaossl is already installed.
At the time of writing, on Fedora 36 `luarocks install luaossl` fails due to openssl version 3+ having breaking changes not yet supported by luaossl. It might work if `openssl1.1-devel` was installed instead, but I don't want to do that. I also tried following https://github.com/luarocks/luarocks/wiki/Integrating-distro-modules-with-LuaRocks but for some reason Luarocks never considered the dependency to be installed (and I don't want to be forced to use `--deps-mode all`).
So there you go, an empty mock.