Skip to content

Commit 2a243c2

Browse files
committedSep 3, 2015
Clean up ASDF files.
1 parent 2b58dca commit 2a243c2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed
 

‎lake-test.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(in-package :lake-test-asd)
1010

1111
(defsystem lake-test
12-
:author "Rudolph Miller"
12+
:author "Rudolph Miller and Masayuki Takagi"
1313
:license "MIT"
1414
:homepage "https://github.com/takagi/lake"
1515
:depends-on (:lake

‎lake.asd

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@
1010

1111
(defsystem lake
1212
:version "0.1"
13-
:author "Rudolph Miller"
13+
:author "Rudolph Miller and Masayuki Takagi"
1414
:license "MIT"
1515
:homepage "https://github.com/takagi/lake"
16-
:depends-on (:cl-syntax
17-
:cl-syntax-annot
18-
:closer-mop
19-
:alexandria
16+
:depends-on (:alexandria
2017
:split-sequence
2118
:cl-syntax-interpol)
2219
:components ((:module "src"

0 commit comments

Comments
 (0)
Please sign in to comment.