;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; Package: ASDF-USER -*- (in-package :asdf-user) (defsystem :fwoar-asdf-extensions :description "" :author "Ed L " :license "MIT" :depends-on (#:alexandria #:uiop #:serapeum #:yason) :serial t :components ((:file "json-file") (:file "file-string") ))