Skip to content
Snippets Groups Projects
Commit 7d8f02ae authored by rtoy's avatar rtoy
Browse files

ASD file for contrib module.

parent 2220a102
No related branches found
No related tags found
No related merge requests found
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(in-package :asdf)
(defsystem :demos
:name "demos"
:maintainer "CMU Common Lisp Group"
:licence "Public Domain"
:description "MIT Regression Tester"
:long-description "Graphics demonstration programs for CMU Common Lisp using version 11
of the X Window System."
:components
((:file "demos")))
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(in-package :asdf)
(defsystem :embedded-c
:name "embedded-c"
:author "Helmut Eller"
:license "Public Domain"
:long-description "This package provides a macro to embed compiled C code in
a Lisp fasl file. It's inspired by GForth FFI."
:components
((:file "embedded-c")))
\ No newline at end of file
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(in-package :asdf)
(defsystem :follows-mouse
:name "follows-mouse"
:maintainer "Todd Kaufman"
:licence "Public Domain"
:long-description "This Hemlock customization causes Hemlock's current window to be set to
whatever Hemlock window the mouse enters, except the echo area."
of the X Window System."
:components
((:file "follow-mouse")))
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(in-package :asdf)
(defsystem :feebs
:name "feebs"
:description "Planet of the Feebs. A somewhat educational simulation game."
:components
((:file "feebs")
(:file "brains")))
\ No newline at end of file
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(in-package :asdf)
(defsystem :hist
:name "hist"
:maintainer "Scott E. Fahlman"
:licence "Public Domain"
:long-description "Simple histogram facility using Format strings for output."
:components
((:file "hist")))
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(in-package :asdf)
(defsystem :ops
:name "ops"
:licence "Public Domain"
:description "MIT Regression Tester"
:long-description "Interpreter for Ops5, a programming language for production systems."
:components
((:file "ops-util")
(:file "ops-compile")
(:file "ops-rhs")
(:file "ops-match")
(:file "ops-main")
(:file "ops-backup")
(:file "ops-io")
(:file "ops")))
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(in-package :asdf)
(defsystem :psgraph
:name "PSGrapher"
:author "Joseph Bates et al."
:licence "Public Domain"
:description "MIT Regression Tester"
:long-description "The PSgrapher is a set of Lisp routines that can be called to produce
Postscript commands that display a directed acyclic graph."
:components
((:file "psgraph")))
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(in-package :asdf)
(defsystem :sprof
:name "demos"
:author "Gerd Moellmann"
:license "BSD-like"
:description "Statistical profiler"
:components
((:file "sprof")))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment