From: Kevin M. Rosenberg Date: Sun, 3 Nov 2002 20:10:48 +0000 (+0000) Subject: r3287: *** empty log message *** X-Git-Tag: v2006ac.2~310 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=1b5b2e75a888e011706359e341b622a22f2023ea;p=umlisp.git r3287: *** empty log message *** --- diff --git a/debian/control b/debian/control index 7f897d1..0ee0fc1 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.7.1 Package: cl-umlisp Architecture: all -Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend +Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend, cl-hyperobject Description: Common Lisp interface for the Unified Medical Language System The Unified Medical Language System is a multi-gigabyte database of medical terminology. This a interface for Common Lisp programs that utilizes diff --git a/umlisp.asd b/umlisp.asd index 0ef0499..29e1e58 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: umlisp.asd,v 1.9 2002/10/18 07:28:57 kevin Exp $ +;;;; $Id: umlisp.asd,v 1.10 2002/11/03 20:10:11 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -38,7 +38,8 @@ :depends-on (:clsql-mysql :clsql-postgresql :clsql - :kmrcl)) + :kmrcl + :hyperobject)) #+(or allegro lispworks cmu sbcl openmcl) (when (ignore-errors (find-class 'load-compiled-op))