(defsystem #:myoji-accent :version "0.1.0" :description "Website for looking up the accent of Japanese family names." :author "Alexander Rosenberg " :maintainer "Alexander Rosenberg " :homepage "https://git.zander.im/Zander671/myoji-accent" :license "AGPL3" :depends-on (#:uiop #:reblocks #:reblocks-ui #:reblocks-lass #:mito) :serial t :components ((:file "packages") (:file "accent") (:file "index") ;;(:file "entry") ))