mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-07 11:01:01 -08:00
20 lines
495 B
Markdown
20 lines
495 B
Markdown
|
|
Info
|
|
----
|
|
|
|
This is a small patch to make `:zip` from Quicklisp work with ECL (or any CL
|
|
implementation, for that matter).
|
|
|
|
It uses a trivial approach by simply applying a stat of `644` for files, and
|
|
`775` for directories.
|
|
|
|
|
|
|
|
HowTo
|
|
-----
|
|
|
|
* copy project `:zip` from Quicklisp to `~/quicklisp/local-projects/` and patch
|
|
file `zip.lisp` according to `zip.diff`
|
|
|
|
* **iOS** only: replace every occurrence of `read-sequence` with
|
|
`cl-user::read-sequence*` (see files `zip.lisp` and `gray.lisp`)
|