diff options
author | Teddy Wing | 2021-02-14 03:34:54 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-14 03:34:54 +0100 |
commit | f3dce6e965a5cf2498ffdc59e00697ee663cf6d2 (patch) | |
tree | 382b2781ecf6c4438cfcd82017d0d34b363b04b1 /wait-group.asd | |
parent | 27e25ad7dc7e8d46d8083c18887a01442044b9dc (diff) | |
download | cl-wait-group-f3dce6e965a5cf2498ffdc59e00697ee663cf6d2.tar.bz2 |
Add documentation
Diffstat (limited to 'wait-group.asd')
-rw-r--r-- | wait-group.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wait-group.asd b/wait-group.asd index 6a01756..01164fb 100644 --- a/wait-group.asd +++ b/wait-group.asd @@ -1,5 +1,5 @@ (asdf:defsystem wait-group - :description "TODO" + :description "Wait for a collection of jobs to finish" :version "0.0.1" :components ((:module "src" |