quicklisp-controller
quicklisp-controller copied to clipboard
The software to build Quicklisp dists.
This pull-request adds support for automatic inclusion of the latest release of projects hosted on Gitea/Forgejo instances such as [Codeberg.org](https://codeberg.org/), see issue #23. It allows the following syntax in `source.txt`:...
Hello, I don't know where to post this error, but this happens when I run a binary on Linux: ``` Unhandled SIMPLE-ERROR in thread #: Error opening shared object "/root/.cache/common-lisp/sbcl-2.3.2-linux-x64/root/.roswell/lisp/quicklisp/dists/quicklisp/software/cl-png-20211020-git/wrappers.so":...
There is support for `github-latest-release` and `gitlab-latest-release` but there is no similar support for [Gitea](https://about.gitea.com/) or [Forgejo](https://forgejo.org) (a soft fork of gitea). An example of an important Forgejo instance is...
Hi Zack, [ Not sure if quicklisp-controller is the appropriate place for this. Apologies if not. ] Currently, Quicklisp uses "cl-clon" to name Clon. Could you please change that to...
In quicklisp 2013-11-11 `(ql:quickload :cl-annot-test)` fails. Only ``` (ql:quickload :cl-annot) (let ((asdf:*central-registry* (cons (asdf:system-source-directory :cl-annot) asdf:*central-registry*))) (ql:quickload :cl-annot-test)) ``` allows helps.
This looked like the best repo for this, but let me know if another one would be better. There is a lot of information available to quicklisp-controller that doesn't end...
Something I noticed when trying to run the controller locally -- those projects are not on quicklisp, but they are dependencies of the controller, so maybe that should be mentioned...
Some packages are not listed in the *systems.txt* file, which causes some errors: - trying to load *clml* fails because *quicklisp* doesn't find the ```clml.data.r-datasets-package``` package. - trying to load...
I think it would be nice to be able to query package metadata without actually having to download the packages. This patch generates a metadata.sexp file for each package. For...
Probably would be nice to also update the source url whenever we encounter a 301 (permenant) redirect, but this is less involved.