;;; -*- Lisp -*- (defpackage :oci-lest-system (:use #:asdf #:cl)) (in-package :oci-lest-system) (defsystem :oci-lest :depends-on (:oci :cleft) :name "oci-lest" :author "Dmitri Hrapof " :maintainer "Dmitri Hrapof " :licence "LLGPL" :description "Learning facility for OCI" :components ((:file "oci-lest")))