diff --git a/cl-speedy-queue.asd b/cl-speedy-queue.asd index e43e941..db47b99 100644 --- a/cl-speedy-queue.asd +++ b/cl-speedy-queue.asd @@ -4,5 +4,6 @@ :serial t :author "Adlai Chandrasekhar " :licence "MIT" + :description "cl-speedy-queue is a portable, optimized queue implementation." :components ((:file "cl-speedy-queue")))