READ-ROW* choked on blank lines. Now it skips them as if they were commented.
[ascii-data.git] / ascii-data.asd
blob53d7d8a8e78d22f4f1f9503a7f8cd35f330eed63
1 ;;;; ascii-data.asd
3 (asdf:defsystem #:ascii-data
4   :name "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")
10                (:file "ascii-data"
11                       :depends-on ("package"))))