remove cybertiggyr, not trustable. clean up load, automagically.
[CommonLispStat.git] / cls-system.mbd
blob8d2face8fdf525cecba29557b678a62657867e73
1 ;; -*- mode: lisp -*-
3 ;;; Support for mudballs distribution system.
5 (in-package :sysdef-user)
7 (define-system :cls ()
8   (:author "AJ Rossini, based on ideas from Luke Tierney")
9   (:maintainer "AJ Rossini <blindglobe@gmail.com>")
10   (:version 1)
11   (:documentation "A Lisp Framework for Statistically-grounded Data Analysis.")
12   (:license "MIT")
13   (:components "cls")
14   (:needs "lisp-matrix"))