blob: e8ce1b0ed1049d83d1ced44ddacaa50875203c07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
;;;; lambda-tools.asd
(asdf:defsystem #:lambda-riffs
:description "Macro and Reader Macro for Lambda Riffing "
:author "Colin Okay <okay@toyful.space>"
:license "GPLv3"
:version "0.1.0"
:serial t
:components ((:file "package")
(:file "hofs")
(:file "macros")))
|