Skip to content
GitLab
Explore
Sign in
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Housel
asdf
Commits
6b71a134
Commit
6b71a134
authored
Sep 19, 2015
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Update README to make git and bug URLs obvious
parent
63bd0754
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-4
19 additions, 4 deletions
README.md
with
19 additions
and
4 deletions
README.md
+
19
−
4
View file @
6b71a134
...
...
@@ -9,7 +9,7 @@ Your Lisp implementation probably contains a copy of ASDF,
which you can load using
`(require "asdf")`
.
If you come from the C/C++ world, ASDF covers a bit of what each of
make, autoconf, dlopen and libc do for C programs:
`
make
`
,
`
autoconf
`
,
`
dlopen
`
and
`
libc
`
do for C programs:
it orchestrates the compilation and dependency management,
handles some of the portability issues, dynamically finds and loads code,
and offers some portable system access library.
...
...
@@ -18,6 +18,23 @@ though it requires acquiring some basic concepts.
Importantly, ASDF builds all software in the current Lisp image,
as opposed to building software into separate processes.
Where to find ASDF?
-------------------
ASDF's home page contains more information and additional links, and can be found at:
<https://common-lisp.net/project/asdf/>
The one and only official source control repository is at:
<https://gitlab.common-lisp.net/asdf/asdf>
The one and only official bug tracker is at:
<https://bugs.launchpad.net/asdf>
How to use ASDF?
----------------
To use ASDF, read our manual:
<http://common-lisp.net/project/asdf/asdf.html>
...
...
@@ -36,8 +53,6 @@ ASDF 3 now includes an extensive runtime support library:
Its documentation unhappily lies mainly in the source code and docstrings.
See
[
uiop/README.md
](
uiop/README.md
)
for an introduction.
More information and additional links can be found on ASDF's home page at:
<http://common-lisp.net/project/asdf/>
Quick Start
...
...
@@ -195,4 +210,4 @@ How do I navigate this source tree?
*
plenty of ideas for how to further improve ASDF.
Last updated
Tuesday, June
9th, 2015.
Last updated
Saturday, September 1
9th, 2015.
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
sign in
to comment