aboutsummaryrefslogtreecommitdiffstats
path: root/wait-group.asd
blob: 6a017565d302c3c2199e92cf990f41e3d512f338 (plain)
1
2
3
4
5
6
7
8
(asdf:defsystem wait-group
  :description "TODO"
  :version "0.0.1"

  :components ((:module "src"
                :serial t
                :components ((:file "package")
                             (:file "wait-group")))))