Do not use :asdf.
Annotate for file src/package.lisp
2010-04-03 tobias 1 (defpackage :kde
2009-04-14 tobias 2 (:use :cl :smoke :cffi :cxx-support)
2009-05-24 tobias 3 (:export #:new
15:11:10 ' 4 #:call
' 5 #:static-call
' 6
' 7 #:make-aboutdata
2010-04-03 tobias 8 #:make-standard-action
17:29:08 ' 9 #:init-app
' 10 #:with-kde
' 11 #:with-app))