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
72b25715
Commit
72b25715
authored
May 04, 2018
by
Didier Verna
Browse files
Fully qualify system names.
parent
158fd7e2
Changes
2
Show whitespace changes
Inline
Side-by-side
core/quickref.core.asd
View file @
72b25715
;;; quickref.asd --- ASDF system definition, core library
;;;
fr.epita.lrde.
quickref.
core.
asd --- ASDF system definition, core library
;; Copyright (C) 2018 EPITA Research and Development Laboratory
...
...
@@ -23,7 +23,7 @@
;;; Code:
(
asdf:defsystem
:quickref.core
(
asdf:defsystem
:
fr.epita.lrde.
quickref.core
:description
"Quickref core functionality"
:long-description
"\
For
a
more
complete
description
of
Quickref,
see
the
quickref
system.
"
...
...
@@ -39,4 +39,4 @@ For a more complete description of Quickref, see the quickref system."
(:file "
website
")
(:file "
file
"
)
))))
;;; quickref.asd ends here
;;;
fr.epita.lrde.
quickref.
core.
asd ends here
quickref.asd
→
fr.epita.lrde.
quickref.asd
View file @
72b25715
;;; quickref.asd --- ASDF system definition
;;;
fr.epita.lrde.
quickref.asd --- ASDF system definition
;; Copyright (C) 2018 EPITA Research and Development Laboratory
...
...
@@ -23,7 +23,7 @@
;;; Code:
(
asdf:defsystem
:quickref
(
asdf:defsystem
:
fr.epita.lrde.
quickref
:description
"Reference Manuals for Quicklisp Libraries"
:long-description
"\
Quickref
is
a
global
documentation
project
for
Common
Lisp
libraries.
...
...
@@ -38,6 +38,6 @@ website[4] is kept up-to-date with Quicklisp.
[4]
http://quickref.common-lisp.net
"
:author "
Antoine
Martin
"
:license "
BSD
"
:depends-on
(
:quickref.core
))
:depends-on
(
:
fr.epita.lrde.
quickref.core
))
;;; quickref.asd ends here
;;;
fr.epita.lrde.
quickref.asd ends here
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