1   _        ___  ____ ____  ____                _     _
2  |_|_ _   / _ \/ ___/ ___||  _ \   _   _ _   _(_) __| |
3  _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
4 |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
5  |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
6
7  OSSP uuid - Universally Unique Identifier
8
9  SEE ALSO
10
11  Although we consider OSSP uuid the ultimate reference implementation
12  of an UUID generator, there are multiple alternatives available.
13  Following is a short reference of all currently known UUID
14  implementations for platforms with an Unix/POSIX API:
15
16  o OSSP uuid (ISO-C), OSSP::uuid (Perl)
17    http://www.ossp.org/pkg/lib/uuid/
18    http://cvs.ossp.org/ossp-pkg/uuid/
19
20  o FreeBSD libc (ISO-C)
21    http://www.freebsd.org/
22    http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/uuid/
23
24  o Sun Solaris libc (ISO-C), DCE::UUID (Perl/XS)
25    http://www.opensolaris.org/
26    http://cvs.opensolaris.org/source/xref/usr/src/lib/libuuid/
27
28  o APR libaprutil (ISO-C), APR::UUID (Perl/XS)
29    http://svn.apache.org/repos/asf/apr/apr-util/trunk/crypto/
30
31  o e2fsprogs/libuuid (ISO-C), UUID (Perl/XS)
32    http://e2fsprogs.sourceforge.net/
33    http://thunk.org/hg/e2fsprogs/
34
35  o Wine rpcrt4 DLL (ISO-C)
36    http://www.winehq.org/
37
38  o Data::UUID (Perl/XS)
39    http://search.cpan.org/src/AGOLOMSH/
40    http://www.cpan.org/modules/by-module/Data/
41
42  o JUG (Java/JNI)
43    http://www.doomdark.org/doomdark/proj/jug/
44
45  o Mozilla (ISO-C, ISO-C++)
46    http://www.mozilla.org/
47    http://lxr.mozilla.org/mozilla1.7/source/calendar/libxpical/token.c
48
49  o HelixPlayer (ISO-C, ISO-C++)
50    https://player.helixcommunity.org/
51    common/util/chxuuid.cpp
52
53