2005-03-16 15:59:34 +00:00
|
|
|
;; -*- 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"
|
2005-08-11 09:02:31 +00:00
|
|
|
:version "0.1"
|
|
|
|
:components ((:file "osc")))
|