-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (16 loc) · 1011 Bytes
/
README
File metadata and controls
22 lines (16 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is a uuid library for Lua 5.1. It generates Universally Unique Identifiers
using libuuid, which is part of the e2fsprogs package and is available at
http://e2fsprogs.sourceforge.net/
If you're running Linux, libuuid is probably already installed.
To try the library, just edit Makefile to reflect your installation of Lua and
possibily of libuuid. Then run make. This will build the library and run a
simple test. For detailed installation instructions, see
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/install.html
There is no manual but the library is simple and intuitive; see the summary
below. Read also test.lua, which shows the library in action.
This code is hereby placed in the public domain.
Please send comments, suggestions, and bug reports to lhf@tecgraf.puc-rio.br .
-------------------------------------------------------------------------------
uuid library:
isvalid(s) new([s]) time(s) version
-------------------------------------------------------------------------------