Skip to content
GitLab
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
4d50b9a3
Commit
4d50b9a3
authored
Nov 21, 2017
by
Antoine Martin
Browse files
Completely remove qlmapper
parent
cc275e02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4d50b9a3
...
...
@@ -11,8 +11,6 @@ RUN mkdir common-lisp \
&&
git clone
--depth
1
\
https://github.com/didierverna/declt common-lisp/declt
\
&&
git clone
--depth
1
\
https://github.com/xach/qlmapper common-lisp/qlmapper
\
&&
git clone
--depth
1
\
https://gitlab.lrde.epita.fr/amartin/quickref common-lisp/quickref
# Setup Quicklisp
...
...
quickref.asd
View file @
4d50b9a3
(
asdf:defsystem
quickref
:author
"Antoine Martin"
:depends-on
(
:quicklisp
:alexandria
:qlmapper
:net.didierverna.declt
)
:depends-on
(
:quicklisp
:alexandria
:net.didierverna.declt
)
:serial
t
:components
((
:file
"quickref"
)
(
:file
"qrmapper"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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