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
Container Registry
Model registry
Operate
Environments
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
Hugo Ishimaru
asdf
Commits
642e75ba
Commit
642e75ba
authored
10 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Tweak the index.html
parent
4fdb4e90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/index.html
+15
-7
15 additions, 7 deletions
doc/index.html
with
15 additions
and
7 deletions
doc/index.html
+
15
−
7
View file @
642e75ba
...
...
@@ -123,8 +123,10 @@
</li>
<li>
Fran
ç
ois-Ren
é
Rideau's
<a
href=
"http://common-lisp.net/project/xcvb/"
><tt>
XCVB
</tt></a>
(trying to build object and image files deterministically and in parallel,
but not actively maintained since 2012; ASDF could be modified ).
(building object and image files deterministically and in parallel,
but not actively maintained since 2012;
thanks to its new build model, ASDF 3 could conceivably be modified
to support these features).
</li>
<li>
Drew McDermott's
<a
href=
"http://cs-www.cs.yale.edu/homes/dvm/"
><tt>
YTools
</tt></a>
...
...
@@ -147,7 +149,7 @@
<li>
Peter von Etter's
<a
href=
"http://www.cliki.net/faslpath"
><tt>
faslpath
</tt></a>
(a much simpler system establishing a mapping between packages and files,
abandon
n
ed but see
<tt>
asdf-package-system
</tt>
and
<tt>
quick-build
</tt>
above).
abandoned but see
<tt>
asdf-package-system
</tt>
and
<tt>
quick-build
</tt>
above).
</li>
<li>
Alexander Kahl's
<a
href=
"http://www.cliki.net/evol"
><tt>
evol
</tt></a>
...
...
@@ -181,7 +183,7 @@
<tr><th></th>
<th
align=
"left"
>
Provide ASDF 3
</th>
<th
align=
"left"
>
Provide ASDF 2
</th>
<th
align=
"left"
>
Will provide
it
</th>
<th
align=
"left"
>
Will provide
ASDF(?)
</th>
<th
align=
"left"
>
Obsolete
</th></tr>
<tr><th
align=
"left"
>
Free
</th>
<td
align=
"left"
><tt>
abcl ccl clisp cmucl ecl mkcl sbcl
</tt></td>
...
...
@@ -248,12 +250,12 @@ Peter Graves <gnooth@gmail.com> (XCL).
</ul>
<p>
Regarding the internal design of ASDF in general,
and the work we did on ASDF 3,
see the extended version (2
5
pages) of our paper
see the extended version (2
6
pages) of our paper
<cite><a
href=
"http://fare.tunes.org/files/asdf3/asdf3-2014.html"
>
ASDF3, or Why Lisp is Now an Acceptable Scripting Language
</a></cite>
(
<a
href=
"http://fare.tunes.org/files/asdf3/asdf3-2014.pdf"
>
PDF
</a>
,
<a
href=
"http://github.com/fare/asdf3-2013"
>
git
</a>
).
t
he shorter version (8 pages) submitted to
T
he shorter version (8 pages)
,
submitted to
<a
href=
"http://www.european-lisp-symposium.org/"
>
ELS 2014
</a>
,
focuses on ASDF 3 and misses historical and technical information
(
<a
href=
"http://fare.tunes.org/files/asdf3/asdf3-els2014.pdf"
>
PDF
</a>
,
...
...
@@ -342,7 +344,8 @@ Peter Graves <gnooth@gmail.com> (XCL).
<a
href=
"https://bugs.launchpad.net/asdf/+bug/1230368"
><tt>
quick-build
</tt></a>
or
<a
href=
"http://www.cliki.net/faslpath"
><tt>
faslpath
</tt></a>
(this functionality is built into recent versions of ASDF 3.1 and later,
but this package exists for backward compatibility with earlier versions of ASDF 3).
but this package exists for backward compatibility with earlier versions of ASDF 3;
search the manual for
<tt>
package-inferred-system
</tt>
).
</ul>
<p>
Former extensions, now superseded, include:
</p>
<ul>
...
...
@@ -414,6 +417,11 @@ Peter Graves <gnooth@gmail.com> (XCL).
<a
id=
"news"
></a>
<h3>
What is happening
</h3>
<dl>
<dt>
May 2014
</dt>
<dd>
Version 3.1.2 of ASDF 3 has been released.
In addition to many significant improvements and bug fixes,
it notably sports the
<tt>
package-inferred-system
</tt>
extension.
</dd>
<dt>
October 2013
</dt>
<dd>
Version 3.0.3 of ASDF 3 has been released.
It contains many bug fixes, including notably better Windows support.
...
...
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