[cl-unification-cvs] CVS cl-unification

mantoniotti mantoniotti at common-lisp.net
Wed Apr 15 10:09:43 UTC 2009


Update of /project/cl-unification/cvsroot/cl-unification
In directory cl-net:/tmp/cvs-serv26906

Modified Files:
	cl-unification.system 
Log Message:
Fixed a few snags and added "lib-dependent" module.


--- /project/cl-unification/cvsroot/cl-unification/cl-unification.system	2008/07/13 12:51:14	1.2
+++ /project/cl-unification/cvsroot/cl-unification/cl-unification.system	2009/04/15 10:09:43	1.3
@@ -12,6 +12,13 @@
 		 "templates-hierarchy"
 		 "unifier"
 		 "match-block"
-		 "apply-substitution"))
+		 "apply-substitution"
+                 (:module "lib-dependent"
+                  :depends-on ("templates-hierarchy" "unifier")
+                  :components (
+                               #+cl-ppcre
+                               (:file "cl-ppcre-template")
+                               ))
+                 ))
    
 ;;; end of file -- cl-unification.system --





More information about the Cl-unification-cvs mailing list