From 05a803ff3051a9fa6519d4febd099759016213db Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sun, 8 Apr 2012 18:55:40 +0200 Subject: [PATCH] Add :description to .asd file --- cl-ppcre.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/cl-ppcre.asd b/cl-ppcre.asd index 63798ad..8cf1b22 100644 --- a/cl-ppcre.asd +++ b/cl-ppcre.asd @@ -38,6 +38,7 @@ (defsystem :cl-ppcre :version "2.0.3" + :description "Perl-compatible regular expression library" :serial t :components ((:file "packages") (:file "specials")