Wed Nov 18 07:35:08 UTC 2009 pix@kepibu.org * Forgot to rename the .asd file diff -rN -u old-Oh, Ducks!/css-selector-unifier.asd new-Oh, Ducks!/css-selector-unifier.asd --- old-Oh, Ducks!/css-selector-unifier.asd 2015-11-01 05:57:14.000000000 +0000 +++ new-Oh, Ducks!/css-selector-unifier.asd 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -(defpackage #:oh-ducks.system - (:use #:cl #:asdf)) -(in-package #:oh-ducks.system) - -(asdf:defsystem oh-ducks - :version "0" - :description "cl-unification templates using CSS-style selectors" - :maintainer "pinterface " - :author "pinterface " - :licence "BSD-style" - ;; TODO: submit a patch for cl-unification to use - ;; asdf-system-connections. Getting an unmodified version of - ;; cl-unification to load the cl-ppcre stuff is a PITA. - :depends-on (:cl-unification :cl-ppcre :cxml :closure-html :split-sequence) - :serial t - ;; FIXME: ordering - :components ((:file "package") - (:file "regexp-template") - #+(or) (:file "tests") - (:module traversal - :components - ((:file "interface") - (:file "lhtml" :depends-on ("interface")) - (:file "pt" :depends-on ("interface")))) - (:file "selectors") - (:file "unification-templates"))) diff -rN -u old-Oh, Ducks!/oh-ducks.asd new-Oh, Ducks!/oh-ducks.asd --- old-Oh, Ducks!/oh-ducks.asd 1970-01-01 00:00:00.000000000 +0000 +++ new-Oh, Ducks!/oh-ducks.asd 2015-11-01 05:57:14.000000000 +0000 @@ -0,0 +1,26 @@ +(defpackage #:oh-ducks.system + (:use #:cl #:asdf)) +(in-package #:oh-ducks.system) + +(asdf:defsystem oh-ducks + :version "0" + :description "cl-unification templates using CSS-style selectors" + :maintainer "pinterface " + :author "pinterface " + :licence "BSD-style" + ;; TODO: submit a patch for cl-unification to use + ;; asdf-system-connections. Getting an unmodified version of + ;; cl-unification to load the cl-ppcre stuff is a PITA. + :depends-on (:cl-unification :cl-ppcre :cxml :closure-html :split-sequence) + :serial t + ;; FIXME: ordering + :components ((:file "package") + (:file "regexp-template") + #+(or) (:file "tests") + (:module traversal + :components + ((:file "interface") + (:file "lhtml" :depends-on ("interface")) + (:file "pt" :depends-on ("interface")))) + (:file "selectors") + (:file "unification-templates")))