sbcl-compat is a workaround library for using SBCL dependent libraries on other CL implementations.
Now just made local-nicknames option of defpackage available on allegro CL.
Of course quicklisp not yet......
Ideally it would become
(defsystem YOUR-SYSTEM
:depends-on (#-sbcl :sbcl-compat
OTHER-LIBRARIES ) ... )
- Shaka Chen ([email protected])
Copyright (c) 2017 Shaka Chen ([email protected])
Licensed under the LLGPL License.