(require "asdf") (asdf:defsystem "mirror-img" :version "0.1" :license "GPLv3" :author "Jaidyn Ann " :depends-on (:dexador :lquery :split-sequence) :components ((:file "src/mirror-img")) :in-order-to ((build-op (build-op "mirror-img/unix")))) (asdf:defsystem "mirror-img/unix" :version "0.1" :license "GPLv3" :author "Jaidyn Ann " :class asdf:program-system :build-operation "program-op" :build-pathname "mirror-img" :entry-point "mirror-img/unix:main" :depends-on (:mirror-img :unix-opts :cl-strings) :components ((:file "src/unix")))