Skip to content
This repository was archived by the owner on Dec 29, 2018. It is now read-only.

Commit 4453ed4

Browse files
committed
added :description.
1 parent e8c837b commit 4453ed4

6 files changed

+6
-0
lines changed

cl-syntax-annot.asd

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
:version "0.2"
99
:author "Tomohiro Matsuyama"
1010
:license "LLGPL"
11+
:description "CL-Syntax Reader Syntax for cl-annot"
1112
:depends-on (:cl-syntax :cl-annot)
1213
:components ((:file "contrib/annot")))

cl-syntax-anonfun.asd

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
:version "0.2"
99
:author "Tomohiro Matsuyama"
1010
:license "LLGPL"
11+
:description "CL-Syntax Reader Syntax for cl-anonfun"
1112
:depends-on (:cl-syntax :cl-anonfun)
1213
:components ((:file "contrib/anonfun")))

cl-syntax-clsql.asd

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
:version "0.1"
99
:author "Tomohiro Matsuyama"
1010
:license "LLGPL"
11+
:description "CL-Syntax Reader Syntax for CLSQL"
1112
:depends-on (:cl-syntax :clsql)
1213
:components ((:file "contrib/clsql")))

cl-syntax-interpol.asd

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
:version "0.2"
99
:author "Tomohiro Matsuyama"
1010
:license "LLGPL"
11+
:description "CL-Syntax Reader Syntax for CL-INTERPOL"
1112
:depends-on (:cl-syntax :cl-interpol)
1213
:components ((:file "contrib/interpol")))

cl-syntax-markup.asd

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
:version "0.2"
99
:author "Tomohiro Matsuyama"
1010
:license "LLGPL"
11+
:description "CL-Syntax Reader Syntax for CL-Markup"
1112
:depends-on (:cl-syntax :cl-markup)
1213
:components ((:file "contrib/markup")))

cl-syntax.asd

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
:version "0.3"
99
:author "Tomohiro Matsuyama"
1010
:license "LLGPL"
11+
:description "Reader Syntax Coventions for Common Lisp and SLIME"
1112
:depends-on (:trivial-types
1213
:named-readtables)
1314
:components ((:module "src"

0 commit comments

Comments
 (0)