3 (asdf:defsystem #:ascii-data
5 :description "Read numerical data from an ascii text file into an array and vice versa."
6 :license "Public Domain"
7 :author "Sumant Oemrawsingh"
8 :depends-on (#:parse-float)
9 :components ((:file "package")
11 :depends-on ("package"))))