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
f06a6aa8
Commit
f06a6aa8
authored
10 years ago
by
Robert P. Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Fixed broken gitweb links.
parent
f44ecf1b
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
+12
-8
12 additions, 8 deletions
doc/index.html
with
12 additions
and
8 deletions
doc/index.html
+
12
−
8
View file @
f06a6aa8
...
@@ -305,8 +305,10 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -305,8 +305,10 @@ XCL (Peter Graves) <gnooth@gmail.com>
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 repository:
<li>
browse the latest
<em>
development
</em>
tree from our git
<a
href=
"http://common-lisp.net/gitweb?p=projects/asdf/asdf.git"
>
gitweb
</a>
repository:
<a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf.git;a=summary;js=1"
>
gitweb
</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://common-lisp.net/project/asdf/archives/"
>
archives
</a>
...
@@ -316,18 +318,20 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -316,18 +318,20 @@ XCL (Peter Graves) <gnooth@gmail.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=
"http://common-lisp.net/gitweb?p=
projects/
asdf/asdf-contrib.git"
<li><a
href=
"http://common-lisp.net/gitweb
/
?p=asdf/asdf-contrib.git"
><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=
projects/
asdf/asdf-encodings.git"
<li><a
href=
"http://common-lisp.net/gitweb
/
?p=asdf/asdf-encodings.git"
><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=
projects/
asdf/asdf-finalizers.git"
<li><a
href=
"http://common-lisp.net/gitweb
/
?p=asdf/asdf-finalizers.git"
><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><a
href=
"http://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git"
<li>
><tt>
asdf-dependency-grovel
</tt></a>
,
<!-- <a href="http://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git"> -->
<a
href=
"http://common-lisp.net/gitweb/?p=xcvb/asdf-dependency-grovel.git;a=summary;js=1"
>
<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://common-lisp.net/project/qitab/"
><tt>
poiu
</tt></a>
,
><tt>
poiu
</tt></a>
,
...
@@ -339,7 +343,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -339,7 +343,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
<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=
projects/
asdf/asdf-package-system.git"
<li><a
href=
"http://common-lisp.net/gitweb
/
?p=asdf/asdf-package-system.git"
><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
...
...
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