summaryrefslogtreecommitdiff
path: root/examples/file/eris-file.asd
blob: c86c956844c7108abb882403074d07c4c3649249 (plain)
1
2
3
4
5
6
7
8
9
(defsystem "eris-file"
  :name "eris-file"
  :author "mail@ykonai.net"
  :license "LGPLv3 or later"
  :depends-on ("eris")
  :serial t
  :components
  ((:file "package")
   (:file "eris-file")))