From e86f1d02e4c79f6083fd35c851b91f80f9d64cea Mon Sep 17 00:00:00 2001 From: Darren Bane Date: Tue, 26 May 2020 21:22:02 +0100 Subject: Making changes --- uuid.lsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'uuid.lsp') diff --git a/uuid.lsp b/uuid.lsp index 88e3ebb..9f78fa6 100755 --- a/uuid.lsp +++ b/uuid.lsp @@ -1,6 +1,10 @@ #!/home/dbane/openlisp-10.9.0/uxlisp -shell + +;;; UUID V1 from https://tools.ietf.org/html/rfc4122#page-18, ported to Lisp. + +(require "sysdep") (defpackage #:uuid - (:use #:openlisp) + (:use #:openlisp #:sysdep) (:export #:main)) (in-package #:uuid) -- cgit 1.4.1-2-gfad0