luaucdn
Lua bindings for ucdn, which is a Unicode support library written in C.
Installing
luarocks install luaucdn
Documentation
API Coverage
luaucdn does not implement all the API methods from ucdn yet. Open a github issue to request any unimplemented API methods that you require.
Development
Building
You can use LuaRocks to build
luarocks make
Testing and Linting
In order to make changes to the code and run the tests, the following dependencies need to be installed:
Run the test suite:
make spec
Lint the codebase:
make lint
Contact
Open a Github issue, or email me at deepak.jois@gmail.com.