cl-template
cl-template copied to clipboard
Update defsystem for recent ASDF versions
Having multiple systems declared in a singe asd file is deprecated, and ASDF now requires that any subsystems be namespaced with a /.
This is shown by a message when loading the system with recent versions of ASDF
WARNING: System definition file #P"/home/rsim/.roswell/lisp/quicklisp/dists/quicklisp/software/cl-template-20130615-git/cl-template.asd" contains definition for system "cl-template-tests". Please only define "cl-template" and secondary systems with a name starting with "cl-template/" (e.g. "cl-template/test") in that file.