mirror of
https://github.com/vale981/lack
synced 2025-03-04 08:51:41 -05:00
Delete a dependency of lack.util on Alexandria.
This commit is contained in:
parent
6159d4a5ff
commit
8c6ba6f41d
2 changed files with 1 additions and 4 deletions
|
@ -7,7 +7,6 @@
|
|||
:version "0.1"
|
||||
:author "Eitaro Fukamachi"
|
||||
:license "LLGPL"
|
||||
:depends-on (:ironclad
|
||||
:alexandria)
|
||||
:depends-on (:ironclad)
|
||||
:components ((:file "src/util"))
|
||||
:in-order-to ((test-op (test-op t-lack-util))))
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
:byte-array-to-hex-string
|
||||
:digest-sequence
|
||||
:make-digest)
|
||||
(:import-from :alexandria
|
||||
:when-let)
|
||||
(:export :find-package-or-load
|
||||
:find-middleware
|
||||
:funcall-with-cb
|
||||
|
|
Loading…
Add table
Reference in a new issue