Initial support for external-formats for encoding foreign strings
[uffi.git] / uffi.asd
index ab174172024a5c567c425e6b151bed791fd74cc9..1ca66a916cc490995ad5b36dafbd598e7c2c6f27 100644 (file)
--- a/uffi.asd
+++ b/uffi.asd
@@ -7,9 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; *************************************************************************
 
@@ -20,7 +18,7 @@
 (defsystem uffi
   :name "uffi"
   :author "Kevin Rosenberg <kevin@rosenberg.net>"
-  :version "1.2.x"
+  :version "1.7.2"
   :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
   :licence "Lessor Lisp General Public License"
   :description "Universal Foreign Function Library for Common Lisp"
@@ -30,7 +28,8 @@
   ((:module :src
            :components
            ((:file "package")
-            (:file "primitives" :depends-on ("package"))
+             (:file "i18n" :depends-on ("package"))
+            (:file "primitives" :depends-on ("i18n"))
             #+(or openmcl digitool) (:file "readmacros-mcl" :depends-on ("package"))
             (:file "objects" :depends-on ("primitives"))
             (:file "aggregates" :depends-on ("primitives"))