nik gaffney
5b98b79ee7
extended timetag support, including a first attempt at using (get-universal-time) for timestamping. still not ntp compatible. darcs-hash:20060210233840-2648a-b16d4ceb60e9ed6d0a18b8b4ed051ebaf7336752.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.4"
|
|
:components ((:file "osc")))
|