cl-ds / data /repos /cl-syntax /cl-syntax-annot.asd
j14i's picture
3375 CL macro transformation examples from 85 libraries
43203b4 verified
(in-package :cl-user)
(defpackage :cl-syntax-annot-asd
(:use :cl :asdf))
(in-package :cl-syntax-annot-asd)
(defsystem :cl-syntax-annot
:version "0.2"
:author "Tomohiro Matsuyama"
:license "LLGPL"
:description "CL-Syntax Reader Syntax for cl-annot"
:depends-on (:cl-syntax :cl-annot)
:components ((:file "contrib/annot")))