git.fiddlerwoaroof.com
php_pre.asd
85d5b584
 ;;;; 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")))