Added some more info to README
[ascii-data.git] / ascii-data.asd
blobe92b0e556547e3409d18643785217c527ea48134
1 ;;;; ascii-data.asd
3 (asdf:defsystem #:ascii-data
4   :name "parse-float"
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"))))