File: imho-demo.system

package info (click to toggle)
cl-imho 1.2.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,604 kB
  • ctags: 1,104
  • sloc: lisp: 6,569; ansic: 2,120; makefile: 222; sh: 143
file content (15 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;; -*- Syntax: Ansi-Common-Lisp; Base: 10; Mode: lisp; Package: webapp -*-
;;; $Id: imho-demo.system,v 1.1 2001/11/12 20:07:08 jesse Exp $
;;;
;;; Copyright (c) 1999, 2000, 2001 onShore Development, Inc.
;;;
;;; See the file 'COPYING' in this directory for terms.

(in-package :cl-user)

(mk:defsystem :imho-demo
    :source-pathname "imho:example;"
    :source-extension "lisp"
    :components
    ((:file "package"))
    :depends-on (:imho))