Software Details:
Version: 1.2
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 61
Qore uuid Module is an open source module for the Qore programming language, allowing programs to generate and parse UUIDs (Universally Unique Identifiers).
More documentation can be found here. The latest source code can be grabbed from SVN using the following command:
svn co svn://svn.code.sf.net/p/qore/code/module-uuid/trunk qore-module-uuid
What is new in this release:
- Took the following steps to ensure consistent behavior on all platforms:
- modified the default output (without any flags) to always be a string with lower-case hex digit letters
- updated implementation to manage case even if the uuid library does not support the uuid_unparse_lower() and uuid_unparse_upper() functions
- Added support for building the module on Windows and with the OSSP UUID library
- note that UUID generation flags are ignored on Windows
Requirements:
- Qore Programming Language
- E2fsprogs
Comments not found