git.fiddlerwoaroof.com
Raw Blame History
;;;; php_pre.asd

(asdf:defsystem #:php_pre
  :description "Describe php_pre here"
  :author "Your Name <your.name@example.com>"
  :license "Specify license here"
  :depends-on (#:fwoar.lisputils
               #:alexandria
               #:smug
               #:serapeum)
  :serial t
  :components ((:file "package")
               (:file "php_pre")))