From 814298e0dc855034e953926d433a9c8d93b6d266 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Wed, 16 Mar 2005 23:59:34 +0800 Subject: [PATCH] oscelot should be asdf-installable . .. darcs-hash:20050316155934-2648a-2a095e2002d4f0864350e17075c8dbafff47e8aa.gz --- README.txt | 2 ++ osc.asd | 11 +++++++++++ osc.lisp | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 osc.asd diff --git a/README.txt b/README.txt index 664f3b7..02a7383 100644 --- a/README.txt +++ b/README.txt @@ -17,6 +17,8 @@ more details about OSC can be found at . ., the current version of this code is avilable using darcs darcs get http://fo.am/darcs/osc +or via asdf-install.. . + (asdf-install:install :osc) limitations - doesnt send nested bundles or timetags later than 'now' diff --git a/osc.asd b/osc.asd new file mode 100644 index 0000000..052a977 --- /dev/null +++ b/osc.asd @@ -0,0 +1,11 @@ +;; -*- mode: lisp -*- + +(in-package #:asdf) + +(defsystem osc + :name "osc" + :author "nik gaffney " + :licence "LLGPL" + :description "The Open Sound Control protocol, aka OSC" + :components ((:file "osc")) +) diff --git a/osc.lisp b/osc.lisp index 9b7f897..1e0cc52 100644 --- a/osc.lisp +++ b/osc.lisp @@ -34,7 +34,7 @@ ;; see the README file for more details... ;; ;; known BUGS -;; - only unknown for now.. . +;; - only unknown for now.. . (defpackage :osc