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
53db61b4
Commit
53db61b4
authored
9 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
doc/index.html: mark asdf-contrib as obsolete.
parent
78d06632
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
+10
-6
10 additions, 6 deletions
doc/index.html
with
10 additions
and
6 deletions
doc/index.html
+
10
−
6
View file @
53db61b4
...
@@ -310,9 +310,6 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -310,9 +310,6 @@ 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=
"https://gitlab.common-lisp.net/asdf/asdf-contrib"
><tt>
asdf-contrib
</tt></a>
,
a collection of most of the below.
</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>
...
@@ -337,14 +334,17 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -337,14 +334,17 @@ XCL (Peter Graves) <gnooth@gmail.com>
</ul>
</ul>
<p>
Former extensions, now superseded, include:
</p>
<p>
Former extensions, now superseded, include:
</p>
<ul>
<ul>
<li><tt>
asdf-binary-locations
</tt>
used to allow one to redirect where ASDF 1 created its output files,
<li><tt>
asdf-binary-locations
</tt>
used to allow one to redirect where ASDF 1 created 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>
's builtin
It is superseded by
<tt>
asdf/defsystem
</tt>
's builtin
<tt>
asdf-output-translations
</tt>
mechanism;
<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>
and have also been superseded by
<tt>
asdf-output-translations
</tt>
.
used to provide similar mechanisms,
and have also been superseded by
<tt>
asdf-output-translations
</tt>
(built into ASDF 2 and later).
</li>
</li>
<li><tt>
asdf-bundle
</tt>
, n
é
e
<tt>
asdf-ecl
</tt>
,
<li><tt>
asdf-bundle
</tt>
, n
é
e
<tt>
asdf-ecl
</tt>
,
allowed you to create a single-file bundle out of a system,
allowed you to create a single-file bundle out of a system,
...
@@ -358,6 +358,10 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -358,6 +358,10 @@ XCL (Peter Graves) <gnooth@gmail.com>
allowed you to muffle uninteresting conditions during compilation.
allowed you to muffle uninteresting conditions during compilation.
Is now superseded by equivalent functionality in
<tt>
uiop
</tt>
.
Is now superseded by equivalent functionality in
<tt>
uiop
</tt>
.
</li>
</li>
<li><a
href=
"https://gitlab.common-lisp.net/asdf/asdf-contrib"
><tt>
asdf-contrib
</tt></a>
,
an empty package that used to collect dependencies on other systems
in the list above and below.
</li>
<li><a
href=
"http://gitlab.common-lisp.net/asdf/asdf-package-system"
<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
...
...
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