;;; -*- Lisp -*- (defpackage :oci-west-system (:use #:asdf #:cl)) (in-package :oci-west-system) (defsystem :oci-west :depends-on (:oci :hunchentoot :cl-who :coeden) :name "oci-west" :author "Dmitri Hrapof " :maintainer "Dmitri Hrapof " :licence "LLGPL" :description "Web interface for OCI" :components ((:file "oci-west")))