;;;; lisp-libvirt.asd (asdf:defsystem #:lisp-libvirt :description "Describe lisp-libvirt here" :author "Samuel W. Flint " :license "Specify license here" :depends-on (#:cffi) :serial t :components ((:file "package") (:file "lisp-libvirt")))