Registry / utility / libuuid

libuuid

JSON →
library1.0.3vcpkgunverified

A library for generating universally unique identifiers (UUIDs).

vcpkg install libuuid
INSTALL
IMPORT
SIG · LIBUUID
L
libuuid
utilitycppv1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

uuid/uuid.h
#include <uuid/uuid.h>

Generate and print a random UUID.

#include <uuid/uuid.h> #include <stdio.h> int main() { uuid_t uuid; uuid_generate(uuid); char str[37]; uuid_unparse(uuid, str); printf("%s\n", str); return 0; }
Debug
Known issues
gotchaOn Linux, libuuid is part of util-linux; on other systems, you may need to install it separately.
fix
Use vcpkg to install libuuid, which handles platform-specific dependencies.
affects: *
Upgrade
Version history
1.0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libuuid — pip install libuuid · libregistry