12 lines
228 B
Text
12 lines
228 B
Text
|
;; -*- 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"
|
||
|
:components ((:file "osc"))
|
||
|
)
|