hello-lisp on sbcl-0.9.9-darwin-ppc - Details

Author:Joe User <joe.user@example.com>
Version:0.2
Description:hello-lisp: a sample Lisp system.
Started at:2006-04-16 00:52:42
Ended at:2006-04-16 00:52:51
Elapsed time (seconds):9
Most recent change:2004-03-06 11:45:59
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/hello-lisp/hello.lisp

REPL Output

;;; ASDF-INSTALL: Downloading 1820 bytes from http://constantly.at/lisp/hello-lisp-0.2.tar.gz to /Users/gwking/temporary/asdf-test/HELLO-LISP.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/HELLO-LISP.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
hello-lisp/
hello-lisp/hello-lisp.asd
hello-lisp/hello.lisp
hello-lisp/packages.lisp
hello-lisp/README

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/hello-lisp/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/hello-lisp/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/hello-lisp/packages.lisp" (written 06 MAR 2004 11:14:01 AM):
; compiling (IN-PACKAGE #:COMMON-LISP-USER)
; compiling (DEFPACKAGE #:HELLO-LISP ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/hello-lisp/packages.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/hello-lisp/hello.lisp" (written 06 MAR 2004 11:45:59 AM):
; compiling (IN-PACKAGE #:HELLO-LISP)
; compiling (DEFPARAMETER *GREETING* ...)
; compiling (DEFUN HELLO ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/hello-lisp/hello.fasl written
; compilation finished in 0:00:00