-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate rockspecs for each backend. #52
base: master
Are you sure you want to change the base?
Conversation
this is a very clean approach. i am hesitating though since this will releases and versioning more complicate i guess. maybe we can add some tag/release script to this PR? |
You mean generate rockspecs? |
I found that websocket.tools uses
|
Add. Support `ldigest` library to make sha1 digest
@ntd introduced using luasocket mime here: lluv changes the premises as every other (minimal) impl always required luasocket. i'd like to re-add the base64 variant from: lua-websockets/src/websocket/tools.lua Line 111 in 8c70f5e
so dependencies are not going wild. |
This allows install only needed modules without additional deps.