From: Kevin M. Rosenberg Date: Sun, 18 Aug 2002 01:57:18 +0000 (+0000) Subject: r2296: Autocommit for make-debian X-Git-Tag: v1.6.1~331 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=c6173422ade336ec21cd0a9ae866bafd7d402469;hp=f61b75f318eb1a56c67b2c415e06340158cf9cc8;p=uffi.git r2296: Autocommit for make-debian --- diff --git a/uffi.asd b/uffi.asd index 71d1c68..7e7c3ec 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.1 2002/08/18 00:51:54 kevin Exp $ +;;;; $Id: uffi.asd,v 1.2 2002/08/18 01:57:18 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -32,18 +32,26 @@ "cl") (defsystem uffi - :default-component-class uffi-cl-source-file - :pathname #-mcl "cl-library:uffi;" - #+mcl "cl-library:uffi;mcl;" - :perform (load-op :after (op uffi) - (pushnew :uffi cl:*features*)) - :components - ((:file "package") - (:file "primitives" :depends-on ("package")) - (:file "strings" :depends-on ("primitives")) - (:file "objects" :depends-on ("primitives")) - (:file "aggregates" :depends-on ("primitives")) - (:file "functions" :depends-on ("primitives")) - (:file "libraries" :depends-on ("package"))) -) + :name "cl-uffi" + :author "Kevin M. Rosenberg