aboutsummaryrefslogtreecommitdiff
path: root/lambda-tools.asd
blob: f6e9bc753de0b0646eff52bab21cad220a07ba57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;;; lambda-tools.asd

(asdf:defsystem #:lambda-tools
  :description "Macros and utilities for combining making and lambdas"
  :author "Colin Okay <cbeok@protonmail.com>"
  :license  "GPLv3"
  :version "0.0.1"
  :serial t
  :depends-on (:alexandria)
  :components ((:file "package")
               (:file "macros")
               (:file "lambda-tools")))