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
- Host: GitHub
- URL: https://github.com/daurnimator/lua-idn2
- Owner: daurnimator
- License: mit
- Created: 2017-01-09T14:26:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T04:03:09.000Z (about 6 years ago)
- Last Synced: 2025-02-02T01:44:52.579Z (5 months ago)
- Topics: idna, libidn, libidn2, lua, lua-bindings, lua-idn2, tr46, unicode
- Language: C
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
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.