From 9649a009c3ce23e5bb4bdcb1bd834f18f29a325c Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 24 Sep 2009 11:47:40 +0200 Subject: [PATCH] need to document package structure somewhere -- it's in Docs, but it might be better in the actual file. Signed-off-by: AJ Rossini --- src/packages.lisp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/packages.lisp b/src/packages.lisp index 2826a9b..f03b40e 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-09-02 08:00:25 tony> +;;; Time-stamp: <2009-09-24 11:41:52 tony> ;;; Creation: <2008-03-11 19:18:34 user> ;;; File: packages.lisp ;;; Author: AJ Rossini @@ -14,6 +14,19 @@ (in-package :cl-user) +;;; Current structure, dependencies: +#| + (progn + (ls-user :depends-on lisp-stat) + (lisp-stat :depends-on '(cls-dataframe + cls-data + lisp-matrix + )) + (cls-dataframe :depends-on cls-data) +|# + + + ;;; Basics -- 2.11.4.GIT