(defsystem "cl-uxn" :version "0.0.1" :author "skittles" :license "GPL-3.0-or-later" :depends-on () :components ((:module "src" :serial t :components ((:file "packages") (:file "opcodes") (:file "helpers") (:file "main") (:file "op-functions")))) :description "Emulator for the Uxn virtual machine")