tv-labs / lua

The most ergomonic interface to Luerl in Elixir
https://hexdocs.pm/lua/
Apache License 2.0
71 stars 0 forks source link

Improve support and documentation for working with external libraries #37

Open davydog187 opened 2 months ago

davydog187 commented 2 months ago

Lua has a large ecosystem of off the shelf libraries, available through the Lua package manager, https://luarocks.org/

Lua should have an easy way to work with Lua packages, possibly even a tight integration with Lua rocks via a mix task that can pull down and vendor Lua packages.

Additionally, we should document how to integrate with popular packages, like luassert