lua-uuid

Lightweight, native GUID / UUID library for Lua

$ luarocks install lua-uuid

lua-uuid is a lightweight, native library for Lua (5.1 and newer) to deal with Universally Unique Id (UUID).

* On Linux, it uses libuuid to generate UUIDs;
* On Windows, it uses the WINAPI rpcrt4 library;
* On MacOS / iOS, it uses the CoreFoundation framework.

Visit the GitHub repository for more information.

Versions

0.0.4-08 days ago10 downloads
0.0.3-011 days ago4 downloads
0.0.2-013 days ago1 download

Dependencies

lua >= 5.1

Manifests