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-130 days ago28 downloads
0.0.7-130 days ago0 downloads
0.0.6-171 days ago37 downloads
0.0.5-182 days ago15 downloads
0.0.4-0113 days ago22 downloads
0.0.3-0116 days ago4 downloads
0.0.2-0118 days ago1 download

Dependencies

lua >= 5.1

Manifests