X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=hyperobject.asd;h=16e32cc3b759f2e2ee984d7b19c0e409d74cbd74;hb=549bf52b2dd9f2c4d61cfbd88150a5349715ce6b;hp=51d4eebf0a5fc585ef91c7037e65f57b7ba421ae;hpb=e79129717914af092ba893960b68f133463b91c4;p=hyperobject.git diff --git a/hyperobject.asd b/hyperobject.asd index 51d4eeb..16e32cc 100644 --- a/hyperobject.asd +++ b/hyperobject.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: hyperobject.asd,v 1.18 2003/03/25 14:38:32 kevin Exp $ +;;;; $Id: hyperobject.asd,v 1.19 2003/04/03 17:01:17 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -15,8 +15,14 @@ (in-package :asdf) #+(or allegro lispworks sbcl cmu scl) -(defsystem :hyperobject - :perform (load-op :after (op hyperobject) +(defsystem :hyperobject + :name "cl-hyperobject" + :author "Kevin M. Rosenberg " + :version "2.6.0" + :maintainer "Kevin M. Rosenberg " + :licence "BSD-like License" + + :perform (load-op :after (op hyperobject) (pushnew :hyperobject cl:*features*)) :components ((:file "package")