nik gaffney
d8ffcab7b3
added openmcl float support and a few minor cleanups darcs-hash:20051129111126-2648a-1f3055c480c24f4352e87e40d966b01a4aa1921e.gz
11 lines
246 B
Common Lisp
11 lines
246 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(in-package #:asdf)
|
|
|
|
(defsystem osc
|
|
:name "osc"
|
|
:author "nik gaffney <nik@fo.am>"
|
|
:licence "LLGPL"
|
|
:description "The Open Sound Control protocol, aka OSC"
|
|
:version "0.2"
|
|
:components ((:file "osc")))
|