proscriptive

ASDF fix
This commit is contained in:
nik gaffney 2023-12-29 12:28:43 +01:00
parent b92e1675ff
commit fc71f5eae5
Signed by: nik
GPG key ID: 989F5E6EDB478160

13
osc.asd
View file

@ -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")))