I have a slightly modified version of cl-json
that I use for a poorly implemented server parser. When I try to (ql:quickload :cl-json)
it naturally loads the file that they have stored on their server as opposed to my modified version stored on my local hard drive.
I considered turning it into an ASDF module, but all of my source code has references like (json:decode...)
which would no longer work.
How do I tell quicklisp "Do not download from the server, instead use that directory over there"?