Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.08 KB

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:

  • Bustedluarocks install busted
  • luacheckluarocks install luacheck

Run the test suite:

make spec

Lint the codebase:

make lint

Contact

Open a Github issue, or email me at deepak.jois@gmail.com.