[tbnl-devel] Araneida ...

R. Mattes rm at seid-online.de
Wed Oct 19 11:01:23 UTC 2005


On Wed, 2005-10-19 at 12:35 +0200, Edi Weitz wrote:
> On Wed, 19 Oct 2005 11:44:03 +0200, "R. Mattes" <rm at seid-online.de> wrote:
> 
> > Ever thought of making backend-specific meta-packages
> > (a.k. tbnl-araneida)?  These could just create the correct
> > dependencies.
> 
> Hmm.  Sounds like work... :)

Remove the test for the :araneida feature and then:


(in-package #:cl-user)

(defpackage #:tbnl-system
  (:use #:asdf #:cl))

(in-package #:tbnl-system)

(defsystem tbnl-araneida
    :depends-on (#:araneida #:tbnl)
    :components ((:file "araneida")))


Cheers, RalfD





More information about the Tbnl-devel mailing list