proscriptive
ASDF fix
This commit is contained in:
parent
b92e1675ff
commit
fc71f5eae5
1 changed files with 6 additions and 7 deletions
13
osc.asd
13
osc.asd
|
@ -2,10 +2,9 @@
|
|||
|
||||
(in-package #:cl-user)
|
||||
|
||||
(defsystem osc
|
||||
:name "osc"
|
||||
:author "nik gaffney <nik@fo.am>"
|
||||
:licence "GPL v3"
|
||||
:description "The Open Sound Control protocol, aka OSC"
|
||||
:version "1.0.0"
|
||||
:components ((:file "osc")))
|
||||
(asdf:defsystem "osc"
|
||||
:author "nik gaffney <nik@fo.am>"
|
||||
:licence "GPL v3"
|
||||
:description "The Open Sound Control protocol, aka OSC"
|
||||
:version "1.0.0"
|
||||
:components ((:file "osc")))
|
||||
|
|
Loading…
Reference in a new issue