Difference between revisions of "Asdf"
m (bolding) |
(asdf-3.3.6) |
||
Line 8: | Line 8: | ||
NB. ASDF is not a tool for library and system installation; it plays a role like [[make]] or [[ant]], not like a package manager. | NB. ASDF is not a tool for library and system installation; it plays a role like [[make]] or [[ant]], not like a package manager. | ||
|Homepage URL=https://common-lisp.net/project/asdf/ | |Homepage URL=https://common-lisp.net/project/asdf/ | ||
+ | |Version download=https://asdf.common-lisp.dev/archives/asdf-3.3.6.tar.gz | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|VCS checkout command=git clone https://gitlab.common-lisp.net/asdf/asdf.git | |VCS checkout command=git clone https://gitlab.common-lisp.net/asdf/asdf.git | ||
Line 18: | Line 19: | ||
|Version date=2020/02/14 | |Version date=2020/02/14 | ||
|Version status=stable | |Version status=stable | ||
− | |||
|Last review by=Genium | |Last review by=Genium | ||
|Last review date=2020/03/12 | |Last review date=2020/03/12 | ||
Line 34: | Line 34: | ||
|License verified date=2020-03-12 | |License verified date=2020-03-12 | ||
|License note=https://gitlab.common-lisp.net/asdf/asdf/blob/master/header.lisp | |License note=https://gitlab.common-lisp.net/asdf/asdf/blob/master/header.lisp | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line | ||
+ | |Program-build-automation=make-related | ||
+ | |Programming-language=lisp | ||
+ | |Runs-on=Windows, BSD, OS X, GNU/Linux | ||
+ | |Use=software-development | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=No | ||
}} | }} | ||
{{Person | {{Person | ||
Line 49: | Line 59: | ||
|Resource kind=Bug Tracking | |Resource kind=Bug Tracking | ||
|Resource URL=https://gitlab.common-lisp.net/asdf/asdf/issues | |Resource URL=https://gitlab.common-lisp.net/asdf/asdf/issues | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=Mailing List Info/Archive | ||
+ | |Resource URL=https://mailman.common-lisp.net/pipermail/asdf-devel/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Announcements | ||
+ | |Resource kind=Mailing List Subscribe | ||
+ | |Resource URL=https://mailman.common-lisp.net/listinfo/asdf-announce | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://common-lisp.net/project/asdf/archives/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 54: | Line 79: | ||
|Resource kind=Developer | |Resource kind=Developer | ||
|Resource URL=https://tracker.debian.org/pkg/cl-asdf | |Resource URL=https://tracker.debian.org/pkg/cl-asdf | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
Line 65: | Line 85: | ||
|Resource URL=https://www.wikidata.org/wiki/Q16828787 | |Resource URL=https://www.wikidata.org/wiki/Q16828787 | ||
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |VCS checkout command=git clone https://gitlab.common-lisp.net/asdf/asdf.git |
− | + | |Computer languages=Common Lisp | |
− | + | |Decommissioned or Obsolete=No | |
− | + | |Version identifier=3.3.6 | |
− | | | + | |Version date=2022-08-07 |
− | | | + | |Version status=stable |
− | | | + | |Last review by=Genium |
− | | | + | |Last review date=2022-08-08 |
− | | | + | |Submitted by=Genium |
+ | |Submitted date=2020-03-12 | ||
+ | |User level=advanced | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 14:38, 8 August 2022
Another System Definition Facility
https://common-lisp.net/project/asdf/
a system definition facility for Common Lisp programs and libraries
ASDF is the de facto standard build facility for Common Lisp.
It's a tool for specifying how systems of Common Lisp software are made up of components (sub-systems and files), and how to operate on these components in the right order so that they can be compiled, loaded, tested, etc.
NB. ASDF is not a tool for library and system installation; it plays a role like make or ant, not like a package manager.
Download
https://asdf.common-lisp.dev/archives/asdf-3.3.6.tar.gz
version 3.3.6
(stable)
released on 7 August 2022
User level
Advanced
VCS Checkout
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
12 March 2020
Leaders and contributors
Contact(s) | Role |
---|---|
Robert Goldman | Contributor |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer | Download | https://common-lisp.net/project/asdf/archives/ |
Announcements | Mailing List Subscribe | https://mailman.common-lisp.net/listinfo/asdf-announce |
Wikidata | Homepage | https://www.wikidata.org/wiki/Q16828787 |
Developer | Bug Tracking | https://gitlab.common-lisp.net/asdf/asdf/issues |
Developer | Mailing List Info/Archive | https://mailman.common-lisp.net/pipermail/asdf-devel/ |
Developer | VCS Repository Webview | https://gitlab.common-lisp.net/asdf/asdf |
Debian | Developer | https://tracker.debian.org/pkg/cl-asdf |
Software prerequisites
This entry (in part or in whole) was last reviewed on 8 August 2022.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.