Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
b9d284ab
Commit
b9d284ab
authored
Jul 28, 2012
by
Francois-Rene Rideau
Browse files
Update docs to mention MKCL.
parent
d808a823
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
b9d284ab
...
...
@@ -220,12 +220,12 @@ You can usually load this copy using Common Lisp's @code{require} function:
As of the writing of this manual,
the following implementations provide ASDF 2 this way:
abcl allegro ccl clisp cmucl ecl lispworks sbcl xcl.
abcl allegro ccl clisp cmucl ecl lispworks
mkcl
sbcl xcl.
The following implementation doesn't provide it yet but will in a future release:
scl.
The following implementations are obsolete, not actively maintained,
and most probably will never bundle it:
corman
c
l gcl genera mcl.
cormanl
isp
gcl genera mcl.
If the implementation you are using doesn't provide ASDF 2,
see @pxref
{
Loading ASDF,,Loading an otherwise installed ASDF
}
below.
...
...
@@ -637,7 +637,7 @@ by evaluating the following Lisp form:
@end example
On some implementations (namely recent versions of
ABCL, Clozure CL, C
LISP, C
MUCL, ECL, SBCL and
S
CL),
ABCL,
Allegro CL,
Clozure CL, CMUCL, E
CL, GNU CLISP, LispWorks, MK
CL, SBCL and
X
CL),
ASDF hooks into the @code
{
CL:REQUIRE
}
facility
and you can just use:
...
...
@@ -2917,7 +2917,7 @@ checking that some compile-time side-effects were properly balanced,
etc.
Note that there is no around
-
load hook. This is on purpose.
Some implementations such as ECL or
G
CL link object files,
Some implementations such as ECL
, GCL
or
MK
CL link object files,
which allows for no such hook.
Other implementations allow for concatenating FASL files,
which doesn't allow for such a hook either.
...
...
doc/index.html
View file @
b9d284ab
...
...
@@ -109,7 +109,7 @@
<th
align=
"left"
>
Will provide it
</th>
<th
align=
"left"
>
Obsolete
</th></tr>
<tr><th
align=
"left"
>
Free
</th>
<td
align=
"left"
>
abcl ccl clisp cmucl ecl sbcl xcl
</td>
<td
align=
"left"
>
abcl ccl clisp cmucl ecl
mkcl
sbcl xcl
</td>
<td>
</td>
<td
align=
"left"
>
gcl mcl
</td></tr>
<tr><th
align=
"left"
>
Proprietary
</th>
...
...
@@ -124,13 +124,14 @@
ecl (juanjo)
The maintainers of the following implementations require direct notification:
abcl ccl cmucl gcl lispworks sbcl scl xcl
abcl ccl cmucl gcl lispworks sbcl
mkcl
scl xcl
Armed Bear <armedbear-devel@common-lisp.net>,
openmcl-devel@clozure.com,
cmucl-imp@cons.org,
gcl-devel@gnu.org,
lisp-support@lispworks.com,
SBCL Devel-list <sbcl-devel@lists.sourceforge.net>,
Jean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>,
Douglas Crosher <dtc3@scieneer.com>,
Peter Graves <gnooth@gmail.com>
-->
...
...
@@ -317,7 +318,7 @@ Peter Graves <gnooth@gmail.com>
<a
class=
"nav"
href=
"http://common-lisp.net/"
title=
"Common-Lisp.net"
>
<img
src=
"http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png"
width=
"80"
height=
"15"
title=
"Common-Lisp.net"
alt=
"Common-Lisp.net button"
/></a>
<p><span
class=
"copyright"
Copyright
&
copy
;
2001
-2012
Daniel
Barlow
and
contributors
</
span
></p>
<p>
ASDF has an
<a
href=
"http://www.opensource.org/licenses/mit-license.php"
>
MIT style
</a>
license
</p>
<div
id=
"timestamp"
>
Last updated 2012-0
6
-2
9
</div>
<div
id=
"timestamp"
>
Last updated 2012-0
7
-2
8
</div>
</div>
</body>
</html>
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