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

(asdf:defsystem #:flatbind
  :description "Syntactic sugar cribbing style from haskell's do syntax."
  :author "Colin <colin@cicadas.surf>"
  :license  "Unlicense"
  :version "0.0.1"
  :serial t
  :depends-on (#:argot #:alexandria #:testiere)
  :components ((:file "flatbind")))