Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tarn Burton
asdf
Commits
927e7c01
Commit
927e7c01
authored
9 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
More tweaks to index.html
parent
9c16cab9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/index.html
+21
-15
21 additions, 15 deletions
doc/index.html
with
21 additions
and
15 deletions
doc/index.html
+
21
−
15
View file @
927e7c01
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
extensibility, configurability, internal consistency,
extensibility, configurability, internal consistency,
and the ability to deliver standalone executables.
and the ability to deliver standalone executables.
Its notable versions include pre-release 2.27 on February 1st 2013,
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,
major release 3.1.2 on May 6th 2014,
and latest release 3.1.5 on July 21st 2015.
and latest release 3.1.5 on July 21st 2015.
</p>
</p>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
and the documentation as extracted from its docstrings by
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>
<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
(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).
you're interested in to browse its symbols).
</p>
</p>
<p><tt>
uiop
</tt>
is distributed as part of the
<tt>
ASDF
</tt>
,
<p><tt>
uiop
</tt>
is distributed as part of the
<tt>
ASDF
</tt>
,
...
@@ -312,6 +312,10 @@ Corman Common Lisp <admin@cormanlisp.com>
...
@@ -312,6 +312,10 @@ Corman Common Lisp <admin@cormanlisp.com>
<h3>
Extensions
</h3>
<h3>
Extensions
</h3>
<p>
Known extensions to ASDF include:
</p>
<p>
Known extensions to ASDF include:
</p>
<ul>
<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"
<li><a
href=
"https://gitlab.common-lisp.net/asdf/asdf-encodings"
><tt>
asdf-encodings
</tt></a>
,
><tt>
asdf-encodings
</tt></a>
,
to compile Lisp source files with character encodings other than UTF-8.
</li>
to compile Lisp source files with character encodings other than UTF-8.
</li>
...
@@ -319,20 +323,22 @@ Corman Common Lisp <admin@cormanlisp.com>
...
@@ -319,20 +323,22 @@ Corman Common Lisp <admin@cormanlisp.com>
><tt>
asdf-finalizers
</tt></a>
,
><tt>
asdf-finalizers
</tt></a>
,
to allow macros to include code to be evaluated
to allow macros to include code to be evaluated
at the end of a file being compiled.
</li>
at the end of a file being compiled.
</li>
<li>
<li><a
href=
"http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
<a
href=
"https://gitlab.common-lisp.net/xcvb/asdf-dependency-grovel"
>
><tt>
asdf-flv
</tt></a>
,
<tt>
asdf-dependency-grovel
</tt></a>
,
to bind file-local variables around the compilation of some files.
</li>
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=
"https://common-lisp.net/project/asdf-system-connections/"
<li><a
href=
"https://common-lisp.net/project/asdf-system-connections/"
><tt>
asdf-system-connections
</tt></a>
,
><tt>
asdf-system-connections
</tt></a>
,
lets you specify systems that are automatically loaded when
lets you specify systems that are automatically loaded when
two other systems are loaded, to connect them.
</li>
two other systems are loaded, to connect them.
</li>
<li><a
href=
"http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
<li><a
href=
"https://common-lisp.net/project/cffi/"
><tt>
asdf-flv
</tt></a>
,
><tt>
cffi
</tt></a>
,
to bind file-local variables around the compilation of some files.
</li>
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>
</ul>
<p>
Former extensions, now superseded, include:
</p>
<p>
Former extensions, now superseded, include:
</p>
<ul>
<ul>
...
@@ -436,8 +442,8 @@ Corman Common Lisp <admin@cormanlisp.com>
...
@@ -436,8 +442,8 @@ Corman Common Lisp <admin@cormanlisp.com>
support for older variants is now officially dropped.
</dd>
support for older variants is now officially dropped.
</dd>
<dt>
October 2014
</dt>
<dt>
October 2014
</dt>
<dd>
More bug fixing leads to release of 3.1.4 on 10 October 2014.
<dd>
More bug fixing leads to release of 3.1.4 on 10 October 2014.
There should be no incompatibilities.
See the
<a
There should be no incompatibilities.
href=
"changelog"
>
Changelog
</a>
for more details.
</dd>
See the
<a
href=
"changelog"
>
Changelog
</a>
for more details.
</dd>
<dt>
August 2014
</dt>
<dt>
August 2014
</dt>
<dd>
The ASDF mailing lists have been reestablished, in particular
<dd>
The ASDF mailing lists have been reestablished, in particular
asdf-announce, which should allow CL implementers better access to only
asdf-announce, which should allow CL implementers better access to only
...
@@ -512,7 +518,7 @@ Corman Common Lisp <admin@cormanlisp.com>
...
@@ -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>
<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><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>
<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>
</div>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment