-
I simply clone and 'make' by following the INSTLL.md. but met the issue:
```
sh build.sh …
-
Ok, can you at least guide me as to where I have to make the change since it's your code base?
_Originally posted by @daninus14 in https://github.com/rudolfochrist/ql-https/issues/9#i…
-
After much messing around, the quicklisp-mirror container is working perfectly. I actually found a bug in hunchentoot that the devs fixed, but now quicklisp-mirror has to carry its own hunchentoot (a…
-
Most of the common lisp tutorials uses quicklisp as the de facto standard for package loading, ignoring ASDF entirely.
Ocicl should integrate a system loader e.g. https://www.reddit.com/r/Common_L…
-
Hi!
I've noticed that archives are downloaded via `http`:
```
CL-USER> (ql:quickload :thread-pool)
To load "thread-pool":
Load 2 ASDF systems:
arnesi bordeaux-threads
Install 1 Quic…
-
I've attempted to follow the tutorial for data-frame and had issues when installing the library via quickl-lisp:
~ sbcl --load quicklisp.lisp
This is SBCL 2.4.6, an implementation of ANSI Common…
-
It appears that the version of Clingon on Quicklisp isn't in sync with the tags here. It looks like they're using master snapshots, rather than releases. In the past with a library of mine I had to as…
-
Why this project is not in quicklisp yet?
Necessary steps:
- add `:description`, `:author` and `:license` to system definitions
- create an issue here: https://github.com/quicklisp/quicklisp-project…
-
I've installed Quicklisp and yet when I launch the server it's complaining that Quicklisp can't be found.
```
➜ ls ~/quicklisp
asdf.lisp client-info.sexp dists local-projects quicklisp set…
-
I am surprised that I cannot find nclasses on quicklisp, is there an ultralisp distribution somewhere, or am I doing something wrong?