Recent Changes - Search:

edit SideBar

uuid

Description

OSSP uuid is a ISO-C:1999 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "cc -q64" or "gcc -maix64".

Homepage: http://www.ossp.org/pkg/lib/uuid/

Version: 1.6.2-2

Downloads

RPM:

Source RPM:

Package dependencies:

  • uuid:
    • none
  • uuid-c++:
    • uuid (download from above)
  • uuid-c++-devel:
    • uuid-c++ (download from above)
    • uuid-devel (download from above)
  • uuid-dce:
    • uuid (download from above)
  • uuid-dce-devel:
    • uuid-dce (download from above)
    • uuid-devel (download from above)
  • uuid-devel:
  • uuid-perl:
    • perl >= 5.8.8-2
    • uuid (download from above)

All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on November 04, 2014, at 10:14 PM