drakma-async
drakma-async copied to clipboard
No :drakma-async-test in Quicklisp
Readme.md advices to call the following form to start testing:
(ql:quickload :drakma-async-test)
but quicklisp does not know of a package with that name.
That's odd because the drakma-async-test.asd file is distributed with the library, so quicklisp should pick it up. For now, you might have to go into the drakma-async folder and QL the tests from there.
In general, this library is starting to fall behind in its maintenance, and I suggest switching to a more maintained one, like carrier, if at all possible. Although I understand if drakma-async is easier since it has a very similar API to drakma =].