git.fiddlerwoaroof.com
3dr.asd
f8737faa
 ;;;; 3dr.asd
 
 (asdf:defsystem #:3dr
   :description "Describe 3dr here"
   :author "Your Name <your.name@example.com>"
   :license "Specify license here"
30f5111d
   :depends-on (#:fwoar-lisputils
f8737faa
                #:alexandria
                #:serapeum
                #:lparallel)
   :serial t
   :components ((:file "package")
                (:file "3dr")))