We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b58dca commit 2a243c2Copy full SHA for 2a243c2
lake-test.asd
@@ -9,7 +9,7 @@
9
(in-package :lake-test-asd)
10
11
(defsystem lake-test
12
- :author "Rudolph Miller"
+ :author "Rudolph Miller and Masayuki Takagi"
13
:license "MIT"
14
:homepage "https://github.com/takagi/lake"
15
:depends-on (:lake
lake.asd
@@ -10,13 +10,10 @@
(defsystem lake
:version "0.1"
16
- :depends-on (:cl-syntax
17
- :cl-syntax-annot
18
- :closer-mop
19
- :alexandria
+ :depends-on (:alexandria
20
:split-sequence
21
:cl-syntax-interpol)
22
:components ((:module "src"
0 commit comments