Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
32af3433
Commit
32af3433
authored
Jul 11, 2021
by
Mark
Browse files
Update ASDF versioning metadata
parent
1d4a70fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
abcl.rdf
View file @
32af3433
...
...
@@ -163,7 +163,7 @@ doap:Project rdfs:seeAlso
abcl:jna
dc:version "5.6.0" .
abcl:asdf
dc:version "3.3.
4
" .
dc:version "3.3.
5.0.1
" .
abcl:abcl-introspect
rdfs:seeAlso <file:contrib/abcl-introspect/README.org> .
...
...
doc/manual/abcl.tex
View file @
32af3433
...
...
@@ -1491,14 +1491,14 @@ reader in the definition of the \code{SHARPSIGN-DOUBLE-QUOTE}
\section
{
ASDF
}
asdf-3.3.
4
(see
\cite
{
asdf
}
) is packaged as core component of
\textsc
{
ABCL
}
,
but not initialized by default, as it relies on the
\textsc
{
CLOS
}
subsystem
which can take a bit of time to
start
\footnote
{
While this time is
``merely'' on the order of seconds
for contemporary 2011 machines,
for applications that need to initialize quickly, for example a web
server, this time might be unnecessarily long
}
. The packaged
\textsc
{
ASDF
}
may be loaded by the
\textsc
{
ANSI
}
\code
{
REQUIRE
}
mechanism as
follows:
asdf-3.3.
5.0.1
(see
\cite
{
asdf
}
) is packaged as core component of
\textsc
{
ABCL
}
,
but not initialized by default, as it relies on the
\textsc
{
CLOS
}
subsystem
which can take a bit of time to
start
\footnote
{
While this time is
``merely'' on the order of seconds
for contemporary 2011 machines, for applications that need to
initialize quickly, for example a web server, this time might be
unnecessarily long
}
. The packaged
\textsc
{
ASDF
}
may be loaded by the
\textsc
{
ANSI
}
\code
{
REQUIRE
}
mechanism as
follows:
\begin{listing-lisp}
CL-USER> (require :asdf)
...
...
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