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
2202b3d1
Commit
2202b3d1
authored
May 04, 2018
by
Didier Verna
Browse files
Globally use the setup package and re-export the version information.
parent
4b080730
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/meta.lisp
View file @
2202b3d1
...
...
@@ -32,7 +32,7 @@
(
defpackage
:fr.epita.lrde.quickref
(
:documentation
"The Quickref package."
)
(
:use
:cl
)
(
:use
:cl
:fr.epita.lrde.quickref.setup
)
(
:import-from
:alexandria
:starts-with-subseq
)
(
:import-from
:sb-ext
...
...
@@ -52,13 +52,22 @@
:cmark-markdown-to-html
)
(
:import-from
:3bmd
:parse-string-and-print-to-stream
)
(
:export
:print-primary-systems
:get-primary-system-name
:from-quickref-dir
:find-readme
:build-texis
:build-index
:build-releases
:refresh
))
(
:export
;; From the :fr.epita.lrde.quickref.setup package:
:*release-major-level*
:*release-minor-level*
:*release-status*
:*release-status-level*
:*release-name*
:version
:print-primary-systems
:get-primary-system-name
:from-quickref-dir
:find-readme
:build-texis
:build-index
:build-releases
:refresh
))
;;; meta.lisp ends here
Write
Preview
Markdown
is supported
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