Search Criteria
Package Details: mkcl-git v1.1.11.r189.g5bc0106-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mkcl-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mkcl-git |
| Description: | ManKai Common Lisp |
| Upstream URL: | https://github.com/jcbeaudoin/MKCL |
| Licenses: | LGPL |
| Provides: | common-lisp |
| Submitter: | yitzi |
| Maintainer: | yitzi |
| Last Packager: | yitzi |
| Votes: | 1 |
| Popularity: | 0.000396 |
| First Submitted: | 2023-06-16 15:44 (UTC) |
| Last Updated: | 2023-11-14 10:43 (UTC) |
Dependencies (5)
Required by (38)
- cl-3bmd (requires common-lisp)
- cl-alexandria-git (requires common-lisp)
- cl-anaphora (requires common-lisp)
- cl-closer-mop (requires common-lisp)
- cl-closure-common-git (requires common-lisp)
- cl-clx-xembed-git (requires common-lisp)
- cl-colorize (requires common-lisp)
- cl-cxml-git (requires common-lisp)
- cl-dbus-git (requires common-lisp)
- cl-esrap (requires common-lisp)
- cl-fiasco (requires common-lisp)
- cl-html-encode (requires common-lisp)
- cl-idna (requires common-lisp)
- cl-ieee-floats (requires common-lisp)
- cl-iolib (requires common-lisp)
- cl-ironclad (requires common-lisp)
- cl-iterate (requires common-lisp)
- cl-javascript (requires common-lisp)
- cl-local-time (requires common-lisp)
- cl-md5 (requires common-lisp)
- Show 18 more...
Latest Comments
yitzi commented on 2023-07-24 23:01 (UTC)
Version number fixed to use unannotated tags
hax0rcist commented on 2023-07-18 19:51 (UTC)
Hello @yitzi,
A new version dropped upstream, fixing the bug described here: https://github.com/jcbeaudoin/MKCL/issues/13
The version you use in the PKGBUILD is too old. 1.1.11 has been released more than 4 years ago. You are building from the proper commit, though. I assume you did "git describe" to get the version. Unfortunately this would be misleading. The last tag(s) where unannotated. 'git describe --tag' gives you the proper version.
BR - ML