[cl-unification-cvs] CVS cl-unification

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


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

Added Files:
	cl-unification.asd 
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.asd	2007/11/09 13:34:18	NONE
+++ /project/cl-unification/cvsroot/cl-unification/cl-unification.asd	2007/11/09 13:34:18	1.1
;;;; -*- Mode: Lisp -*-

;;;; cl-unification.asd --
;;;; ASDF system file.

(asdf:defsystem cl-unification
		:author "Marco Antoniotti"
		:serial t
		:components ((:file "unification-package")
			     (:file "variables")
			     (:file "substitutions")
			     (:file "lambda-list-parsing")
			     (:file "templates-hierarchy")
			     (:file "unifier")
			     (:file "match-block")
			     (:file "apply-substitution")))

;;;; end of file -- cl-unification.asd --



More information about the Cl-unification-cvs mailing list