public
Description: Fork of http://common-lisp.net/project/cells-gtk/
Homepage: http://common-lisp.net/project/cells-gtk/
Clone URL: git://github.com/Ramarren/cells-gtk3.git
Ramarren (author)
Mon Nov 09 10:04:17 -0800 2009
commit  8f393a57425569c6b3a0293eb6ad57c82942ad02
tree    dc1af709c5309c798f2e201f4c2d0c73b71bbef1
parent  1103bd675d5a3538a26a43f539e9b5841b0328a6
cells-gtk3 / pod-utils.asd
100644 9 lines (7 sloc) 0.177 kb
1
2
3
4
5
6
7
8
9
 
(asdf:defsystem :pod-utils
    :name "pod-utils"
  :components
  ((:module "pod-utils"
            :components
            ((:file "utils")
             (:file "kt-trace")))))