initial commit
repl.mbd
Thu Jun 4 22:48:44 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* initial commit
--- old-repl/repl.mbd 1970-01-01 01:00:00.000000000 +0100
+++ new-repl/repl.mbd 2014-10-30 08:04:11.000000000 +0100
@@ -0,0 +1,17 @@
+;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
+
+(in-package :sysdef-user)
+
+(define-system :cl-smoke.repl ()
+ (:version 0 0 1)
+ (:documentation "REPL support for cl-smoke.")
+ (:author "Tobias Rautenkranz")
+ (:license "GPL with linking exception")
+ (:components
+ ("src" module
+ (:components
+ "package"
+ ("repl" (:needs "package"))
+ ("locate-widget" (:needs "package"))
+ ("get-widget" (:needs "package")))))
+ (:needs :qt))