Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Martin
quickref
Commits
6773be95
Commit
6773be95
authored
Oct 27, 2017
by
Antoine Martin
Browse files
Remove unused dependency
parent
768a7f36
Changes
2
Hide whitespace changes
Inline
Side-by-side
quickref.asd
View file @
6773be95
(
asdf:defsystem
quickref
:author
"Antoine Martin"
:depends-on
(
:quicklisp
:alexandria
:split-sequence
:qlmapper
)
:depends-on
(
:quicklisp
:alexandria
:qlmapper
)
:serial
t
:components
((
:file
"quickref"
)
(
:file
"website"
)
...
...
quickref.lisp
View file @
6773be95
(
defpackage
quickref
(
:use
:cl
:split-sequence
)
(
:use
:cl
)
(
:import-from
:alexandria
:starts-with-subseq
)
(
:export
:print-primary-systems
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment