Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 History  





2 Uses  





3 References  





4 External links  














Another System Definition Facility







Add links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


ASDF
Another System Definition Facility
Stable release

3.3.4 / February 14, 2020; 4 years ago (2020-02-14)[1]

Repository
Operating systemLinux, FreeBSD, NetBSD, OpenBSD
LicenseExpat License
Websitecommon-lisp.net/project/asdf/

ASDF (Another System Definition Facility) is a package format and a build tool for Common Lisp libraries. It is analogous to tools such as Make and Ant.

History[edit]

ASDF was originally designed and written in 2001-2002[2][3] as a successor for a previous program, mk-defsystem, taking advantage of Common Lisp features such as CLOS and pathname support.[4] It has since[when?] expanded to become the default build tool for Common Lisp programs.[5] It is now[when?] used as the basis for Common Lisp library build systems, and dependency managers, such as Quicklisp, cl-build, and Debian's Common Lisp Controller. (Note: ASDF-Install is obsolete.[6]) Most maintained, open-source Common Lisp libraries are buildable and installable through ASDF.

Uses[edit]

Installing and building open-source systems defined with ASDF is now a relatively easy thanks to Quicklisp. In cases where the user is forced to install ASDF libraries by hand, as may still happen, the user will be forced to first download and unpack the library in a location recognized by the user's source-registry, which has sensible defaults (at least on Unix) and can otherwise be configured.

Creating and defining systems installable though ASDF is done through the creation and placement of one or more system definition (.asd) files at the root of a directory containing the files that make up the system. The system definition file must contain at least one call to defsystem, a lisp form in which are defined all of the components and dependencies of the system. ASDF is capable of automatically compiling and loading lisp source code, as well as automatically building and linking C programming language (also known as C source code). It contains hooks to allow for definitions of alternate compilers and complex treatment of custom components.

References[edit]

  1. ^ Goldman, Robert (2018-05-04). "ASDF 3.3.2 Released" (Mailing list). asdf-announce. Retrieved 2019-03-28.
  • ^ "CLOCC - Common Lisp Open Code Collection / Another defsystem proposal".
  • ^ "Last Monday (I.e two days following the previous entry here) I had - diary at Telent Netowrks".
  • ^ "CLiki: Asdf".
  • ^ "Smuglispweeny: A Beginners Guide to ASDF (Ha!)". 7 December 2008.
  • ^ "CLiki: Asdf-install".
  • External links[edit]



  • t
  • e

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Another_System_Definition_Facility&oldid=1177962329"

    Categories: 
    Common Lisp (programming language) software
    Computer library stubs
    Hidden categories: 
    All articles with vague or ambiguous time
    Vague or ambiguous time from June 2016
    All stub articles
     



    This page was last edited on 30 September 2023, at 19:12 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki