blob: 03187f9448c5521822638691e1248dfbfb6583f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;;; lambda-tools.asd
(asdf:defsystem #:lambda-riffs
:description "Macros and utilities for higher-order riffing"
:author "Colin Okay <okay@toyful.space>"
:license "GPLv3"
:version "0.0.1"
:serial t
:components ((:file "package")
(:file "macros")
(:file "functions")))
|