;;; -*- Lisp -*- (defpackage :oci-rest-system (:use #:asdf #:cl)) (in-package :oci-rest-system) (defsystem :oci-rest :depends-on (:oci :cl-jpeg :cffi) :name "oci-rest" :author "Dmitri Hrapof " :maintainer "Dmitri Hrapof " :licence "LLGPL" :description "Adultery with C" :components ((:file "oci-rest")))