Skip to content

Commit

Permalink
Merge pull request #35 from zodmaner/master
Browse files Browse the repository at this point in the history
Adds Quicklisp's metadata
  • Loading branch information
archimag committed Feb 6, 2016
2 parents 49a96ac + 4cb6b72 commit d5f4418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions restas.asd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
;;;; Author: Moskvitin Andrey <archimag@gmail.com>

(defsystem #:restas
:description "RESTAS is a Common Lisp web application framework, based
on the Hunchentoot HTTP server It was developed to simplify development of
web applications following the REST architectural style."
:author "Moskvitin Andrey"
:license "LLGPL"
:depends-on (#:cffi #:hunchentoot #:bordeaux-threads
#:routes #:alexandria #:data-sift)
:pathname "src"
Expand Down

0 comments on commit d5f4418

Please sign in to comment.