source: tags/1.5.0/contrib/quicklisp/quicklisp-abcl.asd

Last change on this file was 15008, checked in by Mark Evenson, 7 years ago

Normalize ASDF definitions to follow best practices

c.f. <https://gitlab.common-lisp.net/asdf/asdf/blob/master/doc/best_practices.md>

File size: 283 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(defsystem quicklisp-abcl
3  :description "Load Quicklisp from the network if it isn't already installed."
4  :long-name "<urn:abcl.org/release/1.5.0/contrib/quicklisp-abcl#>"
5  :version "0.5.1"
6  :components ((:file "quicklisp-abcl")))
7
8
9
10
11
12       
13   
14 
15
16
Note: See TracBrowser for help on using the repository browser.