pest.asd 202 B

123456
  1. (asdf:defsystem pest
  2. :version "0.0.1"
  3. :author "Simon Watson <swatson@casanacare.com>"
  4. :license "GPL"
  5. :depends-on ("legit" "uiop" "cl-ppcre" "chlorophyll" "clop")
  6. :components ((:file "pest")))