aboutsummaryrefslogtreecommitdiffstats
path: root/l/extreload.asd
blob: b5e62b451caf0b9b0e11c22b9189259f82716205 (plain)
1
2
3
4
5
6
7
8
(asdf:defsystem extreload
  :version "0.0.1"
  :depends-on (:jsown
               :websocket-driver-client)
  :components ((:module "src"
                :serial t
                :components ((:file "package")
                             (:file "main")))))