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
927e7c01
Commit
927e7c01
authored
Jul 21, 2015
by
Francois-Rene Rideau
Browse files
More tweaks to index.html
parent
9c16cab9
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/index.html
View file @
927e7c01
...
...
@@ -37,7 +37,7 @@
extensibility, configurability, internal consistency,
and the ability to deliver standalone executables.
Its notable versions include pre-release 2.27 on February 1st 2013,
first release 3.0.
0
on May 1
5
th 2013,
first
stable
release 3.0.
1
on May 1
6
th 2013,
major release 3.1.2 on May 6th 2014,
and latest release 3.1.5 on July 21st 2015.
</p>
...
...
@@ -88,7 +88,7 @@
and the documentation as extracted from its docstrings by
<a
href=
"http://bimib.disco.unimib.it/people/Marco.Antoniotti/Projects/CL/HELAMBDAP/tests/asdf-uiop/docs/html/dictionary/dictionary.html"
>
HEΛP
</a>
(beware: you can, though it's not obvious, scroll the list of packages
with a scroll the right of the top-left pane, and then click on the
on
e
with a scroll
bar on
the right of the top-left pane, and then click on the
packag
e
you're interested in to browse its symbols).
</p>
<p><tt>
uiop
</tt>
is distributed as part of the
<tt>
ASDF
</tt>
,
...
...
@@ -312,6 +312,10 @@ Corman Common Lisp <admin@cormanlisp.com>
<h3>
Extensions
</h3>
<p>
Known extensions to ASDF include:
</p>
<ul>
<li>
<a
href=
"https://gitlab.common-lisp.net/xcvb/asdf-dependency-grovel"
>
<tt>
asdf-dependency-grovel
</tt></a>
,
to compute the actual dependencies in a big ASDF system.
</li>
<li><a
href=
"https://gitlab.common-lisp.net/asdf/asdf-encodings"
><tt>
asdf-encodings
</tt></a>
,
to compile Lisp source files with character encodings other than UTF-8.
</li>
...
...
@@ -319,20 +323,22 @@ Corman Common Lisp <admin@cormanlisp.com>
><tt>
asdf-finalizers
</tt></a>
,
to allow macros to include code to be evaluated
at the end of a file being compiled.
</li>
<li>
<a
href=
"https://gitlab.common-lisp.net/xcvb/asdf-dependency-grovel"
>
<tt>
asdf-dependency-grovel
</tt></a>
,
to compute the actual dependencies in a big ASDF system.
</li>
<li><a
href=
"https://common-lisp.net/project/qitab/"
><tt>
poiu
</tt></a>
,
to compile a system in parallel on a multiprocessor machine.
</li>
<li><a
href=
"http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
><tt>
asdf-flv
</tt></a>
,
to bind file-local variables around the compilation of some files.
</li>
<li><a
href=
"https://common-lisp.net/project/asdf-system-connections/"
><tt>
asdf-system-connections
</tt></a>
,
lets you specify systems that are automatically loaded when
two other systems are loaded, to connect them.
</li>
<li><a
href=
"http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
><tt>
asdf-flv
</tt></a>
,
to bind file-local variables around the compilation of some files.
</li>
<li><a
href=
"https://common-lisp.net/project/cffi/"
><tt>
cffi
</tt></a>
,
lets you interface between with functions and datastructures written in C
and functions written in Lisp,
including support for automatically detecting constants from C macros,
linking to dynamic libraries, and writing your own wrapper code in C.
</li>
<li><a
href=
"https://common-lisp.net/project/qitab/"
><tt>
poiu
</tt></a>
,
to compile a system in parallel on a multiprocessor machine.
</li>
</ul>
<p>
Former extensions, now superseded, include:
</p>
<ul>
...
...
@@ -436,8 +442,8 @@ Corman Common Lisp <admin@cormanlisp.com>
support for older variants is now officially dropped.
</dd>
<dt>
October 2014
</dt>
<dd>
More bug fixing leads to release of 3.1.4 on 10 October 2014.
There should be no incompatibilities.
See the
<a
href=
"changelog"
>
Changelog
</a>
for more details.
</dd>
There should be no incompatibilities.
See the
<a
href=
"changelog"
>
Changelog
</a>
for more details.
</dd>
<dt>
August 2014
</dt>
<dd>
The ASDF mailing lists have been reestablished, in particular
asdf-announce, which should allow CL implementers better access to only
...
...
@@ -512,7 +518,7 @@ Corman Common Lisp <admin@cormanlisp.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
-2015
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 2015-0
5-05
</div>
<div
id=
"timestamp"
>
Last updated 2015-0
7-21
</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