[cl-unification-cvs] CVS cl-unification

mantoniotti mantoniotti at common-lisp.net
Fri Nov 9 13:34:21 UTC 2007


Update of /project/cl-unification/cvsroot/cl-unification
In directory clnet:/tmp/cvs-serv29862

Added Files:
	cl-unification.system 
Log Message:
Added the new system building files with more meaningful names
w.r.t. the name of the library.



--- /project/cl-unification/cvsroot/cl-unification/cl-unification.system	2007/11/09 13:34:21	NONE
+++ /project/cl-unification/cvsroot/cl-unification/cl-unification.system	2007/11/09 13:34:21	1.1
;;;; -*- Mode: Lisp -*-

;;;; cl-unification.system --
;;;; MK:DEFSYSTEM system file.

(mk:defsystem "CL-UNIFICATION"
  :components ("unification-package"
               "variables"
               "substitutions"
               "lambda-list-parsing"
               "templates-hierarchy"
               "unifier"
               "match-block"
               "apply-substitution"))
   
;;; end of file -- cl-unification.system --



More information about the Cl-unification-cvs mailing list