replace numeric constants with oid symbols
[postmodern.git] / s-sql.asd
blob1186828ffccd1798aea29bf98050a80d9815b07c
1 (defpackage :s-sql-system
2   (:use :common-lisp :asdf))
3 (in-package :s-sql-system)
5 (defsystem :s-sql
6   :depends-on (:cl-postgres)
7   :components 
8   ((:module :s-sql
9     :components ((:file "s-sql")))))