sionescu / iolib

Common Lisp I/O library
http://common-lisp.net/project/iolib/
MIT License
141 stars 31 forks source link

Make iolib work with ASDF 3.3 #42

Closed fare closed 7 years ago

fare commented 7 years ago

Split iolib.asd into many files, because ASDF 3.3 insists in proper phase separation whereby if a system is used in defsystem-depends-on it must be in a separate .asd file. Keep the library subsystems themselves in iolib.asd.

sionescu commented 7 years ago

Thanks, committed.