mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
13 lines
285 B
Text
13 lines
285 B
Text
![]() |
(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")))
|