From 3840d157a9669e1a88788817f1e5041cea523ef1 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 8 Dec 2008 09:40:06 +0100 Subject: [PATCH] clean up to see about faster loads. standard comment header. --- lispstat.asd | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index e74bbd7..1475ad3 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -1,9 +1,15 @@ ;; -*- mode: lisp -*- -;;; Copyright (c) 2005--2008, by AJ Rossini -;;; ASDF packaging for CommonLisp Stat -;;; License: BSD, see the top level directory file LICENSE for details. -;;; Time-stamp: <2008-11-25 19:08:23 tony> +;;; Time-stamp: <2008-12-07 16:07:24 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> +;;; File: lispstat.asd +;;; Author: AJ Rossini +;;; Copyright: (c) 2005--2008, by AJ Rossini +;;; License: BSD, see the top level directory file LICENSE for details. +;;; Purpose: ASDF packaging for CommonLisp Stat + +;;; What is this talk of 'release'? Klingons do not make software +;;; 'releases'. Our software 'escapes', leaving a bloody trail of +;;; designers and quality assurance people in its wake. (in-package :cl-user) @@ -100,9 +106,9 @@ Computing with Common Lisp; based on CLS alpha1 by Luke Tierney (apparently originally written when Luke was at CMU, on leave somewhere?). Last touched by him in 1991, then in - 2005--2008." + 2005--2009." :serial t - :depends-on (:cffi :lift :lisp-matrix) ;; need a matrix library + :depends-on (:cffi :lisp-matrix :lift) :components ((:static-file "version" :pathname #p"version.lisp-expr") (:static-file "LICENSE") (:static-file "README") -- 2.11.4.GIT