X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=d8617e85a2ff8a5d302b752ae39bdfc6c36526ed;hb=d3d73d3ab232a53d1e625f6f57b712c31d6e0f00;hp=5abbd7c1549695f6d38c01b0ecb6177cfa108ec4;hpb=20c849f483c381f84eae22eee807280c8d00e554;p=reversi.git diff --git a/package.lisp b/package.lisp index 5abbd7c..d8617e8 100644 --- a/package.lisp +++ b/package.lisp @@ -1,15 +1,15 @@ ;;;;*************************************************************************** ;;;; ;;;; FILE IDENTIFICATION -;;;; +;;;; ;;;; Name: package.lisp ;;;; Purpose: Package definition for reversi ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: package.lisp,v 1.6 2003/06/12 12:42:13 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg +;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ;;;; Reversi users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License @@ -20,16 +20,16 @@ (defpackage #:reversi (:use #:common-lisp - #+clisp #:ext - #+clim #:clim - #+clim #:clim-sys) + #+clisp #:ext + #+clim #:clim + #+clim #:clim-sys) #+clim (:shadowing-import-from :clim :pathname) #+clim (:shadowing-import-from :clim :interactive-stream-p) #+clim (:shadowing-import-from :clim :boolean) - + (:export #:reversi #:random-reversi-series