summaryrefslogtreecommitdiff
path: root/utils.asd
blob: 7a1204250f30608e2093b2ee00672e75fd348277 (plain)
1
2
3
4
5
6
7
8
(asdf:defsystem #:utils
  :serial t
  :components
  ((:file "package")
   (:file "utils")
   (:file "queue")
   (:file "alien")
   (:file "str")))