From fc71f5eae541d60402ef81e40fe636154e6d5d87 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Fri, 29 Dec 2023 12:28:43 +0100 Subject: [PATCH] proscriptive ASDF fix --- osc.asd | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/osc.asd b/osc.asd index faae64b..d1bac42 100644 --- a/osc.asd +++ b/osc.asd @@ -2,10 +2,9 @@ (in-package #:cl-user) -(defsystem osc - :name "osc" - :author "nik gaffney " - :licence "GPL v3" - :description "The Open Sound Control protocol, aka OSC" - :version "1.0.0" - :components ((:file "osc"))) +(asdf:defsystem "osc" + :author "nik gaffney " + :licence "GPL v3" + :description "The Open Sound Control protocol, aka OSC" + :version "1.0.0" + :components ((:file "osc")))