Last change
on this file since 13886 was
13886,
checked in by Mark Evenson, 9 years ago
|
quicklisp-abcl: boot Quicklisp install from the network with URIs.
Doesn't exactly work yet: need to add stuff to ABCL-ASDF around
resolving ASDF:IRI classes.
|
File size:
405 bytes
|
Line | |
---|
1 | ;;;; -*- Mode: LISP -*- |
---|
2 | (require :asdf) |
---|
3 | (require :abcl-asdf) |
---|
4 | ;; Quicklisp defines: |
---|
5 | ;;(defvar *setup-url* "http://beta.quicklisp.org/quickstart/setup.lisp") |
---|
6 | (asdf:defsystem :quicklisp-abcl |
---|
7 | :version "0.1.0" |
---|
8 | :components ((:iri "http://beta.quicklisp.org/quicklisp.lisp")) |
---|
9 | #+nil ;;; FIXME tickle the internal Quicklisp setup |
---|
10 | :in-order-to ((asdf:compile-op (ql::install)))) |
---|
11 | |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.