git.fiddlerwoaroof.com
fwoar-kr.asd
6e35003d
 (in-package :asdf-user)
 
8fe96334
 (asdf:defsystem :fwoar-kr
   :depends-on (:uiop)
6e35003d
   :license "MIT-ish (also public domain, see LICENSE)"
0b31865b
   :author "Edward Langley, CMU Garnet Team (plus various others, see LICENSE)"
   :description "KR: prototypical object system"
6e35003d
   :components ((:file "package")
                (:module kr
                 :pathname "kr"
                 :components ((:file "kr-macros")
                              (:file "kr-doc")
                              (:file "kr")
                              (:file "constraints" :depends-on (kr))))))