source: trunk/dso-csv.asd

Last change on this file was 4, checked in by dsowen, 18 years ago
  • Updated for the latest dso-parser.
  • Licensed under LGPL v3.
File size: 820 bytes
Line 
1;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
2
3#|
4Copyright (C) 2007, 2008  David Owen <dsowen@fugue88.ws>
5
6This program is free software: you can redistribute it and/or modify
7it under the terms of the GNU Lesser Public License as published by
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
10
11This program 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
14GNU Lesser Public License for more details.
15
16You should have received a copy of the GNU Lesser Public License
17along with this program.  If not, see <http://www.gnu.org/licenses/>.
18|#
19
20(asdf:defsystem #:dso-csv
21  :depends-on (#:dso-lex #:dso-parse)
22  :components ((:file "csv")))
Note: See TracBrowser for help on using the repository browser.