source: tags/dso-csv-0.1/dso-csv.asd

Last change on this file was 1, checked in by dsowen, 19 years ago

Initial import.

File size: 909 bytes
Line 
1;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
2
3#|
4Copyright (C) 2007  David Owen <dsowen@fugue88.ws>
5
6This library is free software; you can redistribute it and/or
7modify it under the terms of the GNU Lesser General Public
8License as published by the Free Software Foundation; either
9version 2.1 of the License, or (at your option) any later version.
10
11This library is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14Lesser General Public License for more details.
15
16You should have received a copy of the GNU Lesser General Public
17License along with this library; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19|#
20
21(asdf:defsystem #:dso-csv
22  :depends-on (#:dso-lex #:dso-parse)
23  :components ((:file "csv")))
Note: See TracBrowser for help on using the repository browser.