套件:uuid(1.6.3-1)
uuid 的相關連結
Debian 的資源:
下載原始碼套件 ossp-uuid:
- [ossp-uuid_1.6.3-1.dsc]
- [ossp-uuid_1.6.3.orig.tar.gz]
- [ossp-uuid_1.6.3.orig.tar.gz.asc]
- [ossp-uuid_1.6.3-1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [www.ossp.org]
相似套件:
Universally Unique Identifier Command-Line Tool
OSSP uuid is a C API and corresponding CLI program for the generation and analysis of DCE 1.1 and, IETF RFC-9562- compliant Universally Unique Identifiers (UUIDs). It supports variant 1 UUIDs of versions:
1 (time and node), 3 (name (namespace+data), MD5), 4 (random), 5 (name (namespace+data), SHA-1), 6 (time and node with improved locality), 7 (UNIX time, random data).Additional API bindings are provided for C++98 (deprecated) and Perl:5. Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs.
UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network.
This package contains the Universally Unique Identifier Command-Line Tool.
其他與 uuid 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libossp-uuid16 (>= 1.6.3)
- OSSP uuid ISO-C and C++ - shared library