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
Jan Moringen
asdf
Commits
56a0fd3f
"README" did not exist on "c5829dea5a8238c62f3a581a40e9f7023eb3d7a5"
Commit
56a0fd3f
authored
9 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Update homepage, notably after git move
parent
0464b2c7
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
+25
-29
25 additions, 29 deletions
doc/index.html
with
25 additions
and
29 deletions
doc/index.html
+
25
−
29
View file @
56a0fd3f
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<body>
<body>
<div
class=
"header"
>
<div
class=
"header"
>
<span
class=
"logo"
>
<span
class=
"logo"
>
<a
href=
"http://common-lisp.net/project/asdf/"
title=
"ASDF Homepage"
>
<a
href=
"http
s
://common-lisp.net/project/asdf/"
title=
"ASDF Homepage"
>
<img
src=
"lisp-logo120x80.png"
title=
"ASDF homepage"
width=
"100"
alt=
"Lisp Lizzard"
/>
<img
src=
"lisp-logo120x80.png"
title=
"ASDF homepage"
width=
"100"
alt=
"Lisp Lizzard"
/>
</a>
</a>
</span>
</span>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
call other programs and parse their output,
call other programs and parse their output,
compile Lisp code, muffle conditions, or configure Lisp software.
compile Lisp code, muffle conditions, or configure Lisp software.
See its
See its
<a
href=
"http://common-lisp.net/
gitweb?p=projects/asdf/asdf.git;a=blob;f=uiop/README;hb=HEAD;js=1
"
>
README
</a>
.
<a
href=
"http
s
://
gitlab.
common-lisp.net/
asdf/asdf/tree/master/uiop/README.md
"
>
README
.md
</a>
.
</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>
,
its source code is transcluded in the single-file
<tt>
asdf.lisp
</tt>
being distributed
its source code is transcluded in the single-file
<tt>
asdf.lisp
</tt>
being distributed
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
For that, you want
<a
href=
"http://quicklisp.org/"
><tt>
Quicklisp
</tt></a>
,
For that, you want
<a
href=
"http://quicklisp.org/"
><tt>
Quicklisp
</tt></a>
,
that builds upon ASDF, and is great for pulling and installing
that builds upon ASDF, and is great for pulling and installing
tarballs of packages you may depend upon;
tarballs of packages you may depend upon;
we also recommend
<a
href=
"http://common-lisp.net/project/clbuild/"
><tt>
clbuild
</tt></a>
,
we also recommend
<a
href=
"http
s
://common-lisp.net/project/clbuild/"
><tt>
clbuild
</tt></a>
,
that now builds upon Quicklisp, as a great tool for pulling from version control
that now builds upon Quicklisp, as a great tool for pulling from version control
packages you need to modify or want to contribute to.
packages you need to modify or want to contribute to.
We recommend you should
<em>
not
</em>
use
<tt>
asdf-install
</tt>
anymore,
We recommend you should
<em>
not
</em>
use
<tt>
asdf-install
</tt>
anymore,
...
@@ -113,17 +113,17 @@
...
@@ -113,17 +113,17 @@
</p><p>
</p><p>
If you're unsatisfied with ASDF,
If you're unsatisfied with ASDF,
beside helping with our
beside helping with our
<a
href=
"http://common-lisp.net/
gitweb?p=projects/asdf/asdf.git;a=blob;f=
TODO"
>
TODO list
</a>
,
<a
href=
"http
s
://
gitlab.
common-lisp.net/
asdf/asdf/tree/master/
TODO"
>
TODO list
</a>
,
you might be interested in other build systems for Common-Lisp:
you might be interested in other build systems for Common-Lisp:
<ul>
<ul>
<li>
Alastair Bridgewater's small and simple one-package-per-file
<li>
Alastair Bridgewater's small and simple one-package-per-file
<a
href=
"https://bugs.launchpad.net/asdf/+bug/1230368"
><tt>
quick-build
</tt></a>
<a
href=
"https://bugs.launchpad.net/asdf/+bug/1230368"
><tt>
quick-build
</tt></a>
(also reimplemented as the ASDF extension
(also reimplemented as the ASDF extension
<a
href=
"http://common-lisp.net/
gitweb?p=projects/
asdf/asdf-package-system
.git
"
<a
href=
"http
s
://
gitlab.
common-lisp.net/asdf/asdf-package-system"
><tt>
asdf-package-system
</tt></a>
; similar to
<tt>
faslpath
</tt>
below).
><tt>
asdf-package-system
</tt></a>
; similar to
<tt>
faslpath
</tt>
below).
</li>
</li>
<li>
Fran
ç
ois-Ren
é
Rideau's
<li>
Fran
ç
ois-Ren
é
Rideau's
<a
href=
"http://common-lisp.net/project/xcvb/"
><tt>
XCVB
</tt></a>
<a
href=
"http
s
://common-lisp.net/project/xcvb/"
><tt>
XCVB
</tt></a>
(building object and image files deterministically and in parallel,
(building object and image files deterministically and in parallel,
but not actively maintained since 2012;
but not actively maintained since 2012;
thanks to its new build model, ASDF 3 could conceivably be modified
thanks to its new build model, ASDF 3 could conceivably be modified
...
@@ -182,8 +182,8 @@
...
@@ -182,8 +182,8 @@
<th
align=
"left"
>
Will provide ASDF 3
</th>
<th
align=
"left"
>
Will provide ASDF 3
</th>
<th
align=
"left"
>
Unmaintained
</th></tr>
<th
align=
"left"
>
Unmaintained
</th></tr>
<tr><th
align=
"left"
>
Free
</th>
<tr><th
align=
"left"
>
Free
</th>
<td
align=
"left"
><tt>
abcl ccl clisp cmucl ecl mkcl sbcl
</tt></td>
<td
align=
"left"
><tt>
abcl ccl
clasp
clisp cmucl ecl mkcl sbcl
</tt></td>
<td
align=
"left"
><tt>
clasp
gcl
</tt></td>
<td
align=
"left"
><tt>
gcl
</tt></td>
<td
align=
"left"
><tt>
mcl xcl
</tt></td></tr>
<td
align=
"left"
><tt>
mcl xcl
</tt></td></tr>
<tr><th
align=
"left"
>
Proprietary
</th>
<tr><th
align=
"left"
>
Proprietary
</th>
<td
align=
"left"
><tt>
allegro
</tt></td>
<td
align=
"left"
><tt>
allegro
</tt></td>
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
</table>
</table>
<p>
<p>
To deal with an implementation that doesn't yet provide ASDF 3,
To deal with an implementation that doesn't yet provide ASDF 3,
we provide
<a
href=
"http://common-lisp.net/
gitweb?p=projects/asdf/asdf.git;a=blob;f=
tools/install-asdf.lisp"
>
a script
</a>
that can install ASDF 3
we provide
<a
href=
"http
s
://common-lisp.net/
asdf/asdf/tree/master/
tools/install-asdf.lisp"
>
a script
</a>
that can install ASDF 3
where your implementation goes looking for it
where your implementation goes looking for it
when you
<tt>
(require "asdf")
</tt>
.
when you
<tt>
(require "asdf")
</tt>
.
</p><p>
</p><p>
...
@@ -246,7 +246,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -246,7 +246,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
<li><a
href=
"asdf.html"
>
as one HTML file
</a></li>
<li><a
href=
"asdf.html"
>
as one HTML file
</a></li>
<li><a
href=
"asdf/"
>
split into one HTML file per section
</a></li>
<li><a
href=
"asdf/"
>
split into one HTML file per section
</a></li>
<li><a
href=
"asdf.pdf"
>
as a PDF document
</a></li>
<li><a
href=
"asdf.pdf"
>
as a PDF document
</a></li>
<li><a
href=
"http://common-lisp.net/
gitweb?p=projects/asdf/asdf.git;a=blob;f=
doc/asdf.texinfo"
>
as texinfo source
</a></li>
<li><a
href=
"http
s
://
gitlab.
common-lisp.net/
asdf/asdf/tree/master/
doc/asdf.texinfo"
>
as texinfo source
</a></li>
</ul>
</ul>
<p>
Regarding the internal design of ASDF in general,
<p>
Regarding the internal design of ASDF in general,
and the work we did on ASDF 3,
and the work we did on ASDF 3,
...
@@ -254,7 +254,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -254,7 +254,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
<cite><a
href=
"http://fare.tunes.org/files/asdf3/asdf3-2014.html"
<cite><a
href=
"http://fare.tunes.org/files/asdf3/asdf3-2014.html"
>
ASDF 3, or Why Lisp is Now an Acceptable Scripting Language
</a></cite>
>
ASDF 3, 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://fare.tunes.org/files/asdf3/asdf3-2014.pdf"
>
PDF
</a>
,
<a
href=
"http://github.com/fare/asdf3-2013"
>
git
</a>
).
<a
href=
"http
s
://github.com/fare/asdf3-2013"
>
git
</a>
).
The shorter version (8 pages), submitted to
The shorter version (8 pages), submitted to
<a
href=
"http://www.european-lisp-symposium.org/"
>
ELS 2014
</a>
,
<a
href=
"http://www.european-lisp-symposium.org/"
>
ELS 2014
</a>
,
focuses on ASDF 3 and misses historical and technical information
focuses on ASDF 3 and misses historical and technical information
...
@@ -270,7 +270,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -270,7 +270,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
<a
href=
"http://www.international-lisp-conference.org/2010/index"
>
ILC 2010
</a>
,
<a
href=
"http://www.international-lisp-conference.org/2010/index"
>
ILC 2010
</a>
,
<cite><a
href=
"ilc2010draft.pdf"
<cite><a
href=
"ilc2010draft.pdf"
>
Evolving ASDF: More Cooperation, Less Coordination
</a></cite>
>
Evolving ASDF: More Cooperation, Less Coordination
</a></cite>
(
<a
href=
"http://common-lisp.net/
gitweb?p=projects/
asdf/ilc2010
.git
"
>
git
</a>
).
(
<a
href=
"http
s
://
gitlab.
common-lisp.net/asdf/ilc2010"
>
git
</a>
).
</p>
</p>
<p>
Finally, while the manual covers all the basics,
<p>
Finally, while the manual covers all the basics,
some advanced or new features remain underdocumented.
some advanced or new features remain underdocumented.
...
@@ -289,59 +289,55 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -289,59 +289,55 @@ XCL (Peter Graves) <gnooth@gmail.com>
</p>
</p>
<ul>
<ul>
<li>
download just the latest
<em>
release
</em>
source for
<li>
download just the latest
<em>
release
</em>
source for
<!--<a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=blob_plain;tag=RELEASE;f=asdf.lisp">asdf.lisp</a>,-->
<a
href=
"https://common-lisp.net/project/asdf/asdf.lisp"
>
asdf.lisp
</a>
;
<a
href=
"http://common-lisp.net/project/asdf/asdf.lisp"
>
asdf.lisp
</a>
;
</li>
</li>
<li>
download the latest
<em>
release
</em>
<li>
download the latest
<em>
release
</em>
<!--<a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;tag=RELEASE;a=snapshot;sf=tgz">tarball</a>,-->
<a
href=
"https://common-lisp.net/project/asdf/asdf.tar.gz"
>
tarball
</a>
<a
href=
"http://common-lisp.net/project/asdf/asdf.tar.gz"
>
tarball
</a>
to get all bells and whistles;
to get all bells and whistles;
</li>
</li>
<li>
pull the latest
<em>
development
</em>
tree from our git repository
<li>
pull the latest
<em>
development
</em>
tree from our git repository
<pre>
git clone
git://
common-lisp.net/
projects/
asdf/asdf.git
</pre>
<pre>
git clone
https://gitlab.
common-lisp.net/asdf/asdf.git
</pre>
(note that our "master" branch is for current development;
(note that our "master" branch is for current development;
get our "release" branch for the latest stable release.
get our "release" branch for the latest stable release.
Run
<tt>
make
</tt>
to create
<tt>
build/asdf.lisp
</tt>
);
Run
<tt>
make
</tt>
to create
<tt>
build/asdf.lisp
</tt>
);
</li>
</li>
<li>
browse the latest
<em>
development
</em>
tree from our git
<li>
browse the latest
<em>
development
</em>
tree from our git
repository:
repository:
<a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf.git;a=summary;js=1"
>
gitweb
</a>
<a
href=
"https://gitlab.common-lisp.net/asdf/asdf"
>
gitlab
</a>
<!-- <a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git">gitweb</a> -->
</li>
</li>
<li>
download the tarball of a past release:
<li>
download the tarball of a past release:
<a
href=
"http://common-lisp.net/project/asdf/archives/"
>
archives
</a>
<a
href=
"http
s
://common-lisp.net/project/asdf/archives/"
>
archives
</a>
</li></ul>
</li></ul>
<a
id=
"extensions"
></a>
<a
id=
"extensions"
></a>
<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=
"http://common-lisp.net/
gitweb/?p=
asdf/asdf-contrib
.git
"
<li><a
href=
"http
s
://
gitlab.
common-lisp.net/asdf/asdf-contrib"
><tt>
asdf-contrib
</tt></a>
,
><tt>
asdf-contrib
</tt></a>
,
a collection of most of the below.
</li>
a collection of most of the below.
</li>
<li><a
href=
"http://common-lisp.net/
gitweb/?p=
asdf/asdf-encodings
.git
"
<li><a
href=
"http
s
://
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>
<li><a
href=
"http://common-lisp.net/
gitweb/?p=
asdf/asdf-finalizers
.git
"
<li><a
href=
"http
s
://
gitlab.
common-lisp.net/asdf/asdf-finalizers"
><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://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git"> -->
<a
href=
"https://gitlab.common-lisp.net/xcvb/asdf-dependency-grovel"
>
<a
href=
"http://common-lisp.net/gitweb/?p=xcvb/asdf-dependency-grovel.git;a=summary;js=1"
>
<tt>
asdf-dependency-grovel
</tt></a>
,
<tt>
asdf-dependency-grovel
</tt></a>
,
to compute the actual dependencies in a big ASDF system.
</li>
to compute the actual dependencies in a big ASDF system.
</li>
<li><a
href=
"http://common-lisp.net/project/qitab/"
<li><a
href=
"http
s
://common-lisp.net/project/qitab/"
><tt>
poiu
</tt></a>
,
><tt>
poiu
</tt></a>
,
to compile a system in parallel.
</li>
to compile a system in parallel.
</li>
<li><a
href=
"http://common-lisp.net/project/asdf-system-connections/"
<li><a
href=
"http
s
://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=
"http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
><tt>
asdf-flv
</tt></a>
,
><tt>
asdf-flv
</tt></a>
,
to bind file-local variables around the compilation of some files.
</li>
to bind file-local variables around the compilation of some files.
</li>
<li><a
href=
"http://common-lisp.net/
gitweb/?p=
asdf/asdf-package-system
.git
"
<li><a
href=
"http://
gitlab.
common-lisp.net/asdf/asdf-package-system"
><tt>
asdf-package-system
</tt></a>
,
><tt>
asdf-package-system
</tt></a>
,
to compile Lisp source files with one package per file
to compile Lisp source files with one package per file
that also determines dependencies, in the style of
that also determines dependencies, in the style of
...
@@ -503,7 +499,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -503,7 +499,7 @@ XCL (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>
<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
-2014
Daniel
Barlow
and
contributors
</
span
></p>
<p><span
class=
"copyright"
Copyright
&
copy
;
2001
-2014
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 201
4-10-10
</div>
<div
id=
"timestamp"
>
Last updated 201
5-03-28
</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