X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=79e3436b9cc3a6613531945c4f90d1be8a80732d;hb=1b5b2e75a888e011706359e341b622a22f2023ea;hp=9cc36445e980de2baacd9887009ff6b5d856da3a;hpb=c9b360e8ceb124257024acc187024e4b232423c6;p=umlisp.git diff --git a/package.lisp b/package.lisp index 9cc3644..79e3436 100644 --- a/package.lisp +++ b/package.lisp @@ -1,15 +1,56 @@ -;;;; $Id: package.lisp,v 1.3 2002/10/09 02:23:22 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.7 2002/10/16 15:22:28 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) + (:use #:kmrcl #:common-lisp) (:export + + ;; From classes.lisp + #:umlsclass #:ucon #:uterm #:ustr + #:usrl + #: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 @@ -108,13 +149,6 @@ #:usty_freq #:usrl_freq - #:umlisp-user - #:ustats - #:usrl - #:bsab - #:btty - #:brel - #:batn #:urank #:urel #:usat