X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=package.lisp;h=d8617e85a2ff8a5d302b752ae39bdfc6c36526ed;hp=927c4ff62e39b99103bcca067f55c975808ef20f;hb=HEAD;hpb=664360fcec4508bd1c7cdac3125370c0fc2988bb diff --git a/package.lisp b/package.lisp index 927c4ff..d8617e8 100644 --- a/package.lisp +++ b/package.lisp @@ -1,7 +1,7 @@ ;;;;*************************************************************************** ;;;; ;;;; FILE IDENTIFICATION -;;;; +;;;; ;;;; Name: package.lisp ;;;; Purpose: Package definition for reversi ;;;; Programer: Kevin M. Rosenberg @@ -9,7 +9,7 @@ ;;;; ;;;; $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