;;; -*- Lisp -*- (defpackage :idxmath (:use #:asdf #:idx)) (in-package :idxmath) (defsystem :idxmath :name "idxmath" :author "Yury Sulsky " :version "20060211.1" :description "A few linear simple matrix math routines" :components ((:file "idxmath")))