should be asdf-installable . ..

darcs-hash:20050316155934-2648a-2a095e2002d4f0864350e17075c8dbafff47e8aa.gz
This commit is contained in:
nik gaffney 2005-03-16 23:59:34 +08:00
parent f8cc808c44
commit 814298e0dc
3 changed files with 14 additions and 1 deletions

View file

@ -17,6 +17,8 @@ more details about OSC can be found at . .,
the current version of this code is avilable using darcs the current version of this code is avilable using darcs
darcs get http://fo.am/darcs/osc darcs get http://fo.am/darcs/osc
or via asdf-install.. .
(asdf-install:install :osc)
limitations limitations
- doesnt send nested bundles or timetags later than 'now' - doesnt send nested bundles or timetags later than 'now'

11
osc.asd Normal file
View file

@ -0,0 +1,11 @@
;; -*- 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"))
)