git.fiddlerwoaroof.com
Raw Blame History
(in-package :asdf-user)

(asdf:defsystem :fwoar-kr
  :depends-on (:uiop)
  :license "MIT-ish (also public domain, see LICENSE)"
  :author "Edward Langley, CMU Garnet Team (plus various others, see LICENSE)"
  :description "KR: prototypical object system"
  :components ((:file "package")
               (:module kr
                :pathname "kr"
                :components ((:file "kr-macros")
                             (:file "kr-doc")
                             (:file "kr")
                             (:file "constraints" :depends-on (kr))))))