https://github.com/ralt/qldeb
Quicklisp systems to debian packages
https://github.com/ralt/qldeb
Last synced: 3 months ago
JSON representation
Quicklisp systems to debian packages
- Host: GitHub
- URL: https://github.com/ralt/qldeb
- Owner: ralt
- License: mit
- Created: 2015-12-05T21:07:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T23:22:46.000Z (over 10 years ago)
- Last Synced: 2025-02-02T13:45:35.917Z (about 1 year ago)
- Language: Common Lisp
- Size: 106 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cl - qldeb - Quicklisp systems to debian packages, along with [deb-packager](https://github.com/ralt/deb-packager) (simply create a debian package by defining an s-expression). Both [MIT][200]. (Interfaces to other package managers)
README
# qldeb
Transforms all of quicklisp in debian packages.
## Notable bugs
### Missing packages
Some packages currently can't be built:
- antik
- dcm
- cl-prevalence-test
- km
- pettomato-indexed-priority-queue
`dcm`, `pettomato-indexed-priority-queue` and `cl-prevalence-test`
should be fixable, `antik` and `km` are because the release's
archive is invalid.
That said, out of 3200 packages, having 5 missing packages is fairly
OK.
### Out of heap memory
Currently, there's a bug with out of heap memory after building a
couple of thousands of packages. There needs to be some way to free
the data. (Or just increase sbcl's heap.)
# License
MIT License.