orthecreedence / drakma-async

An asynchronous version of drakma that runs off of cl-async
38 stars 5 forks source link

No :drakma-async-test in Quicklisp #36

Open chrnybo opened 9 years ago

chrnybo commented 9 years ago

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.

orthecreedence commented 9 years ago

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 =].