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
0001d86f
Commit
0001d86f
authored
11 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Edit the index.html to tell about cl-launch and buildapp.
parent
51dacee2
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
+15
-9
15 additions, 9 deletions
doc/index.html
with
15 additions
and
9 deletions
doc/index.html
+
15
−
9
View file @
0001d86f
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<title>
ASDF - Another System Definition Facility
</title>
<title>
ASDF - Another System Definition Facility
</title>
<link
type=
'text/css'
href=
'style.css'
rel=
'stylesheet'
/>
<link
type=
'text/css'
href=
'style.css'
rel=
'stylesheet'
/>
<meta
name=
"author"
content=
"the ASDF group"
/>
<meta
name=
"author"
content=
"the ASDF group"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
</head>
</head>
<body>
<body>
<div
class=
"header"
>
<div
class=
"header"
>
...
@@ -104,23 +105,26 @@
...
@@ -104,23 +105,26 @@
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,
as it is an older similar piece of software that is both unmaintained and obsolete.
as it is an older similar piece of software that is both unmaintained and obsolete.
</p><p>
ASDF is also not a tool to build or run Common Lisp software from the Unix command-line.
For that, you want
<a
href=
"http://cliki.net/cl-launch"
>
cl-launch
</a>
,
or perhaps
<a
href=
"http://www.xach.com/lisp/buildapp/"
>
buildapp
</a>
.
</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://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=blob;f=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
r
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>
(similar to
<tt>
faslpath
</tt>
below,
(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://common-lisp.net/gitweb?p=projects/asdf/asdf-package-system.git"
><tt>
asdf-package-system
</tt></a>
).
><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://common-lisp.net/project/xcvb/"
><tt>
XCVB
</tt></a>
(trying to build object and image files deterministically and in parallel,
(trying to build object and image files deterministically and in parallel,
but not actively maintained since 2012).
but not actively maintained since 2012
; ASDF could be modified
).
</li>
</li>
<li>
Drew McDermott's
<li>
Drew McDermott's
<a
href=
"http://cs-www.cs.yale.edu/homes/dvm/"
><tt>
YTools
</tt></a>
<a
href=
"http://cs-www.cs.yale.edu/homes/dvm/"
><tt>
YTools
</tt></a>
...
@@ -325,14 +329,15 @@ Peter Graves <gnooth@gmail.com> (XCL).
...
@@ -325,14 +329,15 @@ Peter Graves <gnooth@gmail.com> (XCL).
that also determines dependencies, in the style of
that also determines dependencies, in the style of
<a
href=
"https://bugs.launchpad.net/asdf/+bug/1230368"
><tt>
quick-build
</tt></a>
or
<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>
<a
href=
"http://www.cliki.net/faslpath"
><tt>
faslpath
</tt></a>
(this functionality is built into recent
ASDF releases
,
(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).
</ul>
</ul>
<p>
Former extensions, now superseded, include:
</p>
<p>
Former extensions, now superseded, include:
</p>
<ul>
<ul>
<li><tt>
asdf-binary-locations
</tt>
allowed one to redirect where ASDF creates its output files,
<li><tt>
asdf-binary-locations
</tt>
allowed one to redirect where ASDF creates its output files,
so they don't clash between implementations and don't pollute source directories.
so they don't clash between implementations and don't pollute source directories.
It is superseded by
<tt>
asdf/defsystem
</tt>
builtin
<tt>
asdf-output-translations
</tt>
mechanism;
It is superseded by
<tt>
asdf/defsystem
</tt>
's builtin
<tt>
asdf-output-translations
</tt>
mechanism;
a limited compatibility mode is available to easily convert
a limited compatibility mode is available to easily convert
your former ABL configuration into an AOT configuration.
your former ABL configuration into an AOT configuration.
<tt>
common-lisp-controller
</tt>
and
<tt>
cl-launch
</tt>
used to provide similar mechanisms,
<tt>
common-lisp-controller
</tt>
and
<tt>
cl-launch
</tt>
used to provide similar mechanisms,
...
@@ -343,7 +348,8 @@ Peter Graves <gnooth@gmail.com> (XCL).
...
@@ -343,7 +348,8 @@ Peter Graves <gnooth@gmail.com> (XCL).
for easier delivery.
for easier delivery.
It is now a builtin part of
<tt>
asdf/defsystem
</tt>
,
It is now a builtin part of
<tt>
asdf/defsystem
</tt>
,
and allows to deliver a single FASL for a system,
and allows to deliver a single FASL for a system,
or (on supported implementations), a standalone executable program.
or (on supported implementations), a standalone executable program,
or an image containing part of your software precompiled.
</li>
</li>
<li><tt>
asdf-utils
</tt>
was a collection of utilities that originated with ASDF.
<li><tt>
asdf-utils
</tt>
was a collection of utilities that originated with ASDF.
It is now superseded by
<tt>
uiop
</tt>
, aka
<tt>
asdf/driver
</tt>
,
It is now superseded by
<tt>
uiop
</tt>
, aka
<tt>
asdf/driver
</tt>
,
...
@@ -461,7 +467,7 @@ Peter Graves <gnooth@gmail.com> (XCL).
...
@@ -461,7 +467,7 @@ Peter Graves <gnooth@gmail.com> (XCL).
<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 2014-03-
0
2
</div>
<div
id=
"timestamp"
>
Last updated 2014-03-
2
2
</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