Make iolib work with ASDF 3.3
commit11c631e5641d8b1bbbe1fee0ee7f360e4b285b04
authorFrancois-Rene Rideau <fare@tunes.org>
Sun, 19 Mar 2017 23:04:15 +0000 (19 19:04 -0400)
committerStelian Ionescu <sionescu@cddr.org>
Mon, 3 Apr 2017 11:58:46 +0000 (3 13:58 +0200)
treed4ca877d6a25f7623f96c51e0cda66389aef5b75
parent438b621b30bd29c707d53288826fc54504f3129b
Make iolib work with ASDF 3.3

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.
.travis.yml
iolib.asd
iolib.base.asd [new file with mode: 0644]
iolib.common-lisp.asd [new file with mode: 0644]
iolib.conf.asd [new file with mode: 0644]
iolib.examples.asd [new file with mode: 0644]
iolib.grovel.asd [new file with mode: 0644]
iolib.tests.asd [new file with mode: 0644]
src/grovel/grovel.lisp
tests/sockets.lisp
tests/streams.lisp