lisp-libvirt.asd 292 B

1234567891011
  1. ;;;; lisp-libvirt.asd
  2. (asdf:defsystem #:lisp-libvirt
  3. :description "Describe lisp-libvirt here"
  4. :author "Samuel W. Flint <swflint@flintfam.org>"
  5. :license "Specify license here"
  6. :depends-on (#:cffi)
  7. :serial t
  8. :components ((:file "package")
  9. (:file "lisp-libvirt")))