aboutsummaryrefslogtreecommitdiffhomepage
path: root/flatbind.asd
blob: 1e804cf48cb817ec35e89833450baaa493e28995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;;; flatbind.asd

(asdf:defsystem #:flatbind
  :description "Sugary syntax for flattening programs a little."
  :author "Colin <colin@cicadas.surf>"
  :license  "Unlicense"
  :version "0.0.1"
  :serial t
  :depends-on (#:argot #:alexandria)
  :components ((:file "flatbind")))