initial commit
Annotate for file repl.mbd
2009-06-04 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
20:48:44 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :cl-smoke.repl ()
' 6 (:version 0 0 1)
' 7 (:documentation "REPL support for cl-smoke.")
' 8 (:author "Tobias Rautenkranz")
' 9 (:license "GPL with linking exception")
' 10 (:components
' 11 ("src" module
' 12 (:components
' 13 "package"
' 14 ("repl" (:needs "package"))
' 15 ("locate-widget" (:needs "package"))
' 16 ("get-widget" (:needs "package")))))
' 17 (:needs :qt))