summaryrefslogtreecommitdiff
path: root/pixelrig.asd
blob: 3bf2d16f01e2e481b7433d0e1df105e2a4fa25a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; pixelrig.asd

(asdf:defsystem #:pixelrig
  :description "Describe pixelrig here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :serial t
  :depends-on (#:wheelwork)
  :components ((:file "package")
               (:file "pixelrig")))