lack/lack-response.asd
Eitaro Fukamachi 6718359cba Initial commit.
2015-03-07 03:00:04 +09:00

12 lines
285 B
Common Lisp

(in-package :cl-user)
(defpackage :lack-response-asd
(:use :cl :asdf))
(in-package :lack-response-asd)
(defsystem lack-response
:version "0.1"
:author "Eitaro Fukamachi"
:license "LLGPL"
:depends-on (:quri
:local-time)
:components ((:file "src/response")))