source:
trunk/abcl/contrib/quicklisp/quicklisp-abcl.asd
| Last change on this file was 15714, checked in by , 2 years ago | |
|---|---|
| File size: 379 bytes | |
| Line | |
|---|---|
| 1 | ;;;; -*- Mode: LISP -*- |
| 2 | (defsystem quicklisp-abcl |
| 3 | :description "Load Quicklisp, installing from network if necessary." |
| 4 | :long-name "<urn:abcl.org/release/1.9.2/contrib/quicklisp-abcl#>" |
| 5 | :version "0.6.0" |
| 6 | :components ((:file "quicklisp-abcl")) |
| 7 | :perform (load-op :after (o c) |
| 8 | (uiop:symbol-call :quicklisp-abcl 'ensure-installation))) |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 |
Note: See TracBrowser
for help on using the repository browser.