diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-08-15 18:48:48 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-15 18:48:48 +0100 |
commit | fbedb744045d6efe7bd1a90e83cc98a2d11b3e81 (patch) | |
tree | 5097dc78d87ac406d51582c0be3e4e0d81e6bc73 /libraries/crossguid/README | |
parent | 5c6aecd36aa253087868d7b34e08815fc90919ae (diff) |
libraries/crossguid: Added (cross platform C++ GUID/UUID library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/crossguid/README')
-rw-r--r-- | libraries/crossguid/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/crossguid/README b/libraries/crossguid/README new file mode 100644 index 0000000000000..06bdd5027ae8b --- /dev/null +++ b/libraries/crossguid/README @@ -0,0 +1,3 @@ +CrossGuid is a minimal, cross platform, C++ GUID library. It uses the best +native GUID/UUID generator on the given platform and had a generic class for +parsing, stringifying, and comparing IDs. |