aboutsummaryrefslogtreecommitdiffstats
path: root/wait-group.asd
blob: ac7e280c6f6f1b482a7e3b626608d5e203af61d8 (plain)
1
2
3
4
5
6
(asdf:defsystem wait-group
  :version "0.0.1"
  :components ((:module "src"
                :serial t
                :components ((:file "package")
                             (:file "wait-group")))))