;;; -*- Mode: LISP; Package: CL-USER; BASE: 10; Syntax: ANSI-Common-Lisp; -*- ;;;; XLE-Web users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; Author: Paul Meurer (paul.meurer@aksis.uib.no) ;;;; Aksis, Unifob, University of Bergen, Norway ;;;; http://www.aksis.uib.no (in-package "CL-USER") (defpackage "XLE" (:use "COMMON-LISP" #+pcl "ALIEN" #+(and :paul :decentius) "SQL" "FFC" #-(or :pargram :xle-web :kartuli :sbcl :xle-plain) "MRS" #+:aserve "GRAPH" #+:aserve "ASERVE" #+:aserve "NET.ASERVE" #+:aserve "LXML" #+:aserve "JS")) :eof