summaryrefslogtreecommitdiff
path: root/shared/ossp_uuid/SEEALSO
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
commitb9203ee84953006547f4afd58f405874c87bf0dc (patch)
tree9e41f1533f120e9268e86658c52458630ffd718a /shared/ossp_uuid/SEEALSO
parent3.0 (diff)
downloadFreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip
3.1
Diffstat (limited to 'shared/ossp_uuid/SEEALSO')
-rw-r--r--shared/ossp_uuid/SEEALSO52
1 files changed, 52 insertions, 0 deletions
diff --git a/shared/ossp_uuid/SEEALSO b/shared/ossp_uuid/SEEALSO
new file mode 100644
index 00000000..f5a8af1e
--- /dev/null
+++ b/shared/ossp_uuid/SEEALSO
@@ -0,0 +1,52 @@
+ _ ___ ____ ____ ____ _ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ _ _ _ _(_) __| |
+ _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
+ |_||_|_| | |_| |___) |__) | __/ | |_| | |_| | | (_| |
+ |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_|
+
+ OSSP uuid - Universally Unique Identifier
+
+ SEE ALSO
+
+ Although we consider OSSP uuid the ultimate reference implementation
+ of an UUID generator, there are multiple alternatives available.
+ Following is a short reference of all currently known UUID
+ implementations for platforms with an Unix/POSIX API:
+
+ o OSSP uuid (ISO-C), OSSP::uuid (Perl)
+ http://www.ossp.org/pkg/lib/uuid/
+ http://cvs.ossp.org/ossp-pkg/uuid/
+
+ o FreeBSD libc (ISO-C)
+ http://www.freebsd.org/
+ http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/uuid/
+
+ o Sun Solaris libc (ISO-C), DCE::UUID (Perl/XS)
+ http://www.opensolaris.org/
+ http://cvs.opensolaris.org/source/xref/usr/src/lib/libuuid/
+
+ o APR libaprutil (ISO-C), APR::UUID (Perl/XS)
+ http://svn.apache.org/repos/asf/apr/apr-util/trunk/crypto/
+
+ o e2fsprogs/libuuid (ISO-C), UUID (Perl/XS)
+ http://e2fsprogs.sourceforge.net/
+ http://thunk.org/hg/e2fsprogs/
+
+ o Wine rpcrt4 DLL (ISO-C)
+ http://www.winehq.org/
+
+ o Data::UUID (Perl/XS)
+ http://search.cpan.org/src/AGOLOMSH/
+ http://www.cpan.org/modules/by-module/Data/
+
+ o JUG (Java/JNI)
+ http://www.doomdark.org/doomdark/proj/jug/
+
+ o Mozilla (ISO-C, ISO-C++)
+ http://www.mozilla.org/
+ http://lxr.mozilla.org/mozilla1.7/source/calendar/libxpical/token.c
+
+ o HelixPlayer (ISO-C, ISO-C++)
+ https://player.helixcommunity.org/
+ common/util/chxuuid.cpp
+
bgstack15