Reorganize dependencies
authorLucian Mogosanu <lucian@mogosanu.ro>
Thu, 15 Aug 2019 11:00:48 +0000 (14:00 +0300)
committerLucian Mogosanu <lucian@mogosanu.ro>
Thu, 15 Aug 2019 11:00:58 +0000 (14:00 +0300)
commit0ba2efa7bf8f218218a0a6e575f1a4dd1a49d83c
tree7aadbe7be56f4436ad20bc8880ce547517b84547
parent9ae5458e50e60695bcbb18ea435f627c5d2defe0
Reorganize dependencies

The rationale behind this: once Hunchentoot will be thrown into the mix, the
number of dependencies will grow heavily and we don't want to keep all these
into the main directory. Thus, move them somewhere else.
92 files changed:
blog.lisp
cl-ppcre/CHANGELOG [deleted file]
cl-ppcre/README.md [deleted file]
cl-ppcre/api.lisp [deleted file]
cl-ppcre/charmap.lisp [deleted file]
cl-ppcre/charset.lisp [deleted file]
cl-ppcre/chartest.lisp [deleted file]
cl-ppcre/cl-ppcre-unicode.asd [deleted file]
cl-ppcre/cl-ppcre-unicode/packages.lisp [deleted file]
cl-ppcre/cl-ppcre-unicode/resolver.lisp [deleted file]
cl-ppcre/cl-ppcre.asd [deleted file]
cl-ppcre/closures.lisp [deleted file]
cl-ppcre/convert.lisp [deleted file]
cl-ppcre/doc/index.html [deleted file]
cl-ppcre/errors.lisp [deleted file]
cl-ppcre/lexer.lisp [deleted file]
cl-ppcre/optimize.lisp [deleted file]
cl-ppcre/packages.lisp [deleted file]
cl-ppcre/parser.lisp [deleted file]
cl-ppcre/regex-class-util.lisp [deleted file]
cl-ppcre/regex-class.lisp [deleted file]
cl-ppcre/repetition-closures.lisp [deleted file]
cl-ppcre/scanner.lisp [deleted file]
cl-ppcre/specials.lisp [deleted file]
cl-ppcre/test/packages.lisp [deleted file]
cl-ppcre/test/perl-tests.lisp [deleted file]
cl-ppcre/test/perltest.pl [deleted file]
cl-ppcre/test/perltestdata [deleted file]
cl-ppcre/test/perltestinput [deleted file]
cl-ppcre/test/simple [deleted file]
cl-ppcre/test/tests.lisp [deleted file]
cl-ppcre/test/unicode-tests.lisp [deleted file]
cl-ppcre/test/unicodetestdata [deleted file]
cl-ppcre/util.lisp [deleted file]
cl-who/CHANGELOG [deleted file]
cl-who/cl-who.asd [deleted file]
cl-who/doc/index.html [deleted file]
cl-who/packages.lisp [deleted file]
cl-who/specials.lisp [deleted file]
cl-who/test/packages.lisp [deleted file]
cl-who/test/simple [deleted file]
cl-who/test/tests.lisp [deleted file]
cl-who/util.lisp [deleted file]
cl-who/who.lisp [deleted file]
config.lisp.example
deps/cl-ppcre/CHANGELOG [new file with mode: 0644]
deps/cl-ppcre/README.md [new file with mode: 0644]
deps/cl-ppcre/api.lisp [new file with mode: 0644]
deps/cl-ppcre/charmap.lisp [new file with mode: 0644]
deps/cl-ppcre/charset.lisp [new file with mode: 0755]
deps/cl-ppcre/chartest.lisp [new file with mode: 0644]
deps/cl-ppcre/cl-ppcre-unicode.asd [new file with mode: 0644]
deps/cl-ppcre/cl-ppcre-unicode/packages.lisp [new file with mode: 0644]
deps/cl-ppcre/cl-ppcre-unicode/resolver.lisp [new file with mode: 0644]
deps/cl-ppcre/cl-ppcre.asd [new file with mode: 0644]
deps/cl-ppcre/closures.lisp [new file with mode: 0644]
deps/cl-ppcre/convert.lisp [new file with mode: 0644]
deps/cl-ppcre/doc/index.html [new file with mode: 0644]
deps/cl-ppcre/errors.lisp [new file with mode: 0644]
deps/cl-ppcre/lexer.lisp [new file with mode: 0644]
deps/cl-ppcre/optimize.lisp [new file with mode: 0644]
deps/cl-ppcre/packages.lisp [new file with mode: 0644]
deps/cl-ppcre/parser.lisp [new file with mode: 0644]
deps/cl-ppcre/regex-class-util.lisp [new file with mode: 0644]
deps/cl-ppcre/regex-class.lisp [new file with mode: 0644]
deps/cl-ppcre/repetition-closures.lisp [new file with mode: 0644]
deps/cl-ppcre/scanner.lisp [new file with mode: 0644]
deps/cl-ppcre/specials.lisp [new file with mode: 0644]
deps/cl-ppcre/test/packages.lisp [new file with mode: 0644]
deps/cl-ppcre/test/perl-tests.lisp [new file with mode: 0644]
deps/cl-ppcre/test/perltest.pl [new file with mode: 0644]
deps/cl-ppcre/test/perltestdata [new file with mode: 0644]
deps/cl-ppcre/test/perltestinput [new file with mode: 0644]
deps/cl-ppcre/test/simple [new file with mode: 0644]
deps/cl-ppcre/test/tests.lisp [new file with mode: 0644]
deps/cl-ppcre/test/unicode-tests.lisp [new file with mode: 0644]
deps/cl-ppcre/test/unicodetestdata [new file with mode: 0644]
deps/cl-ppcre/util.lisp [new file with mode: 0644]
deps/cl-who/CHANGELOG [new file with mode: 0644]
deps/cl-who/cl-who.asd [new file with mode: 0644]
deps/cl-who/doc/index.html [new file with mode: 0644]
deps/cl-who/packages.lisp [new file with mode: 0644]
deps/cl-who/specials.lisp [new file with mode: 0644]
deps/cl-who/test/packages.lisp [new file with mode: 0644]
deps/cl-who/test/simple [new file with mode: 0644]
deps/cl-who/test/tests.lisp [new file with mode: 0644]
deps/cl-who/util.lisp [new file with mode: 0644]
deps/cl-who/who.lisp [new file with mode: 0644]
deps/lbs-utils/lbs-utils.asd [new file with mode: 0644]
deps/lbs-utils/utils.lisp [new file with mode: 0644]
lbs-utils/lbs-utils.asd [deleted file]
lbs-utils/utils.lisp [deleted file]