An open API service indexing awesome lists of open source software.

https://github.com/daurnimator/lua-idn2

Bindings to libidn2 https://www.gnu.org/software/libidn/libidn2/manual/libidn2.html
https://github.com/daurnimator/lua-idn2

idna libidn libidn2 lua lua-bindings lua-idn2 tr46 unicode

Last synced: 3 months ago
JSON representation

Bindings to libidn2 https://www.gnu.org/software/libidn/libidn2/manual/libidn2.html

Awesome Lists containing this project

README

        

# lua-idn2

Bindings to libidn2

## Documentation

Can be found at [https://daurnimator.github.io/lua-idn2/](https://daurnimator.github.io/lua-idn2/)

# Installation

It's recommended to install lua-idn2 by using [luarocks](https://luarocks.org/).

$ luarocks install idn2

# Development

## Generating documentation

Documentation is written in markdown and intended to be consumed by [pandoc](http://pandoc.org/). See the `doc/` directory for more information.