random-uuid
Create and parse RFC-4122 UUID version 4 identifiers.
$ area51 add random-uuidCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(random-uuid:some-function ...)Create and parse RFC-4122 UUID version 4 identifiers.
$ area51 add random-uuidCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(random-uuid:some-function ...)