How third-party libraries in Lua usually handled?
For example, I want to use the HUMP library for my LÖVE application.
What should I do then? Is there any popular package manager? Or should I just place libraries under "vendor" / "libs" directory in the project's root folder?