aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
blob: a28e3390e921c724f1f88e6371180b86c6651afb (plain)
1
2
3
4
5
6
7
8
9
(asdf:defsystem :consfigurator
  :serial t
  :depends-on (#:cl-ppcre
	       #:alexandria
	       #:cl-interpol)
  :components ((:file "src/package")
	       (:file "src/util")
	       (:file "src/core")
	       (:file "src/connection/ssh")))