Test ran at 2025-02-13 01:29:04.587967+00:00 SOLUTION: uuids=1.0.0: Implementation of RFC 9562 Universally Unique IDentifiers (UUIDs) Origin: commit d5d6d70cab4d70e3e89bc9e04ff66ee90ac93924 from https://github.com/AJ-Ianozi/uuids.git Properties: Author: AJ Ianozi Description: Implementation of RFC 9562 Universally Unique IDentifiers (UUIDs) License: MIT Long_Description: This library is an attempt to implement UUIDs to the RFC 9562 standard located here: https://www.ietf.org/rfc/rfc9562.html As of this writing it can identify any UUID's version or variant and create any kind of UUID in the spec: * UUIDv1: Gregorian Timestamp with constant data * UUIDv3: MD5-hashed * UUIDv4: Randomly-generated * UUIDv5: SHA1-hashed * UUIDv6: Gregorian Timestamp with constant data with better database locality * UUIDv7: UNIX Timestamp with random data, optimized for database locality * UUIDv8: Custom UUIDs All of my unit tests are passing, but am open to more tests plus additional validation on other platforms, especially big endian. Refer to the [UUIDs Readme](https://github.com/AJ-Ianozi/uuids) for full description. You can also read the [full API documentation](https://aj-ianozi.github.io/uuids/toc_index.html) which has been generated with [ROBODoc](https://github.com/gumpu/ROBODoc). Maintainer: AJ Ianozi Maintainers_Logins: aj-ianozi Name: uuids Tag: uuid Tag: guid Version: 1.0.0 Website: https://github.com/AJ-Ianozi/uuids Dependencies (direct): system_random^1.0.0 Dependencies (solution): system_random=1.0.0 Dependencies (graph): uuids=1.0.0 --> system_random=1.0.0 (^1.0.0) LOG: Spawning: alr -d -n get --build uuids=1.0.0 Note: Deploying uuids=1.0.0... Note: Deploying system_random=1.0.0... Note: Building uuids=1.0.0/uuids.gpr... Setup [mkdir] object directory for project System_Random [mkdir] library directory for project System_Random [mkdir] object directory for project UUIDs [mkdir] library directory for project UUIDs Compile [Ada] system_random.adb [Ada] uuids_config.ads [Ada] uuids-v8.adb [Ada] uuids-v1.adb [Ada] uuids-v5.adb [Ada] uuids-v4.adb [Ada] uuids-v7.adb [Ada] uuids-v3.adb [Ada] uuids.adb [Ada] uuids-v6.adb Build Libraries [gprlib] system_random.lexch [gprlib] UUIDs.lexch [archive] libsystem_random.a [index] libsystem_random.a [archive] libUUIDs.a [index] libUUIDs.a uuids=1.0.0 successfully retrieved and built. Dependencies were solved as follows: + system_random 1.0.0 (new) Found declared GPR file: uuids.gpr