nik gaffney
ec7bbbe3ec
encode-int32 and decode-int32 should work for allegro, using a patch from Vincent Akkermans. darcs-hash:20070226152053-2648a-ebccfc38619ab82bb8572b66e69d95dd12d658a3.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.5"
|
|
:components ((:file "osc")))
|