X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=7dfc9109d4b56d90e5d5713ee8858389a02c04c7;hb=bfdd5c9d3d66970759fcdbee5a51da2ca93ddf06;hp=9cd24dbfb14f30cb5f0fb19a104eb7c497a35ece;hpb=f513e7b50135115f3c56b840c2cb0d1c9c8ffa82;p=umlisp.git diff --git a/package.lisp b/package.lisp index 9cd24db..7dfc910 100644 --- a/package.lisp +++ b/package.lisp @@ -1,16 +1,54 @@ -;;;; $Id: package.lisp,v 1.2 2002/10/09 00:34:47 kevin Exp $ -;;;; -;;;; Package definition for UMLisp +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: cl-user -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: package.lisp +;;;; Purpose: Package definition for UMLisp +;;;; Programmer: Kevin M. Rosenberg +;;;; Date Started: Apr 2000 +;;;; +;;;; $Id: package.lisp,v 1.4 2002/10/09 23:03:41 kevin Exp $ +;;;; +;;;; This file, part of UMLisp, is +;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; +;;;; UMLisp users are granted the rights to distribute and use this software +;;;; as governed by the terms of the GNU General Public License. +;;;; ************************************************************************* (in-package :cl-user) (defpackage umlisp (:nicknames :u) - (:uses :kmrcl) (:export + + ;; From classes.lisp + #:umlsclass #:ucon #:uterm #:ustr + #:sty + #:tui + + ;; From sql.lisp + #:umls-sql-user! + #:umls-sql-passwd! + #:with-sql-connection + #:mutex-sql-execute + #:mutex-sql-query + #:sql-query + #:sql-execute + + ;; From utils.lisp + #:fmt-cui + #:fmt-lui + #:fmt-sui + #:fmt-tui + + #:*current-srl* + + ;; From sql-classes.lisp + #:find-udef-cui #:find-usty-cui #:find-usty-word