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.8-192 days ago124 downloads
0.0.7-192 days ago0 downloads
0.0.6-1132 days ago37 downloads
0.0.5-1143 days ago15 downloads
0.0.4-0174 days ago22 downloads
0.0.3-0178 days ago4 downloads
0.0.2-0179 days ago1 download

Dependencies

lua >= 5.1

Manifests