Source: cl-uuid Section: lisp Maintainer: Dimitri Fontaine Build-Depends: debhelper-compat (= 13), dh-lisp Standards-Version: 4.7.4 Homepage: https://github.com/dardoria/uuid Vcs-Browser: https://salsa.debian.org/debian/cl-uuid Vcs-Git: https://salsa.debian.org/debian/cl-uuid.git Package: cl-uuid Architecture: all Depends: ${misc:Depends}, cl-ironclad, cl-trivial-utf-8 Description: Common Lisp library for generation of UUIDs as described by RFC 4122 UUID provides methods for the generation of uuids version 1 (time based), 3 (name based with MD5 hashing), 5 (name based with SHA1 hashing) and 4 (random uuids).