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
40021fdf
Commit
40021fdf
authored
11 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Tweak the debian control file.
parent
c3265bc4
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
debian/control
+7
-2
7 additions, 2 deletions
debian/control
with
7 additions
and
2 deletions
debian/control
+
7
−
2
View file @
40021fdf
...
@@ -6,10 +6,11 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
...
@@ -6,10 +6,11 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
Milan Zamazal <pdm@zamazal.org>,
Milan Zamazal <pdm@zamazal.org>,
Christoph Egger <christoph@debian.org>,
Christoph Egger <christoph@debian.org>,
Julien Danjou <acid@debian.org>,
Julien Danjou <acid@debian.org>,
Francois-Rene Rideau <fare@tunes.org>,
Robert P. Goldman <rpgoldman@sift.info>
Robert P. Goldman <rpgoldman@sift.info>
Build-Depends: debhelper (>> 7)
Build-Depends: debhelper (>> 7)
Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
Standards-Version: 3.9.
3
Standards-Version: 3.9.
4
Homepage: http://common-lisp.net/project/asdf/
Homepage: http://common-lisp.net/project/asdf/
Vcs-Git: git://common-lisp.net/projects/asdf/asdf.git
Vcs-Git: git://common-lisp.net/projects/asdf/asdf.git
...
@@ -20,10 +21,14 @@ Replaces: sbcl-common (<= 1:0.9.13.0-2)
...
@@ -20,10 +21,14 @@ Replaces: sbcl-common (<= 1:0.9.13.0-2)
Breaks: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<< 7.3)
Breaks: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<< 7.3)
Depends: ${misc:Depends}
Depends: ${misc:Depends}
Description: Another System Definition Facility
Description: Another System Definition Facility
asdf
provides
a "make" type functions
for Common Lisp software
.
ASDF
provides
the functionality of make and ld.so
for Common Lisp software
:
It drives compilation and dynamic loading for complex Lisp systems
It drives compilation and dynamic loading for complex Lisp systems
with multiple modules and files, and is the de facto standard used
with multiple modules and files, and is the de facto standard used
by free software written in Common Lisp.
by free software written in Common Lisp.
.
.
It also includes a utility library, UIOP, to portably deal with many issues
that all Common Lisp programs have to deal with, including handling pathnames,
accessing the filesystem, executing external programs, user configuration, etc.
.
Most Common Lisp implementations already provide asdf via (require "asdf"),
Most Common Lisp implementations already provide asdf via (require "asdf"),
but not all of them provide an up-to-date version.
but not all of them provide an up-to-date version.
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