Search Criteria
Package Details: abcl 1.8.0-1
Git Clone URL: | https://aur.archlinux.org/abcl.git (read-only, click to copy) |
---|---|
Package Base: | abcl |
Description: | Full implementation of the Common Lisp language in the JVM |
Upstream URL: | http://common-lisp.net/project/armedbear/ |
Licenses: | |
Provides: | |
Submitter: | haawda |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 12 |
Popularity: | 0.000136 |
First Submitted: | 2010-11-02 15:59 |
Last Updated: | 2020-10-27 20:52 |
Dependencies (4)
- sh (bash-devel-git, dashbinsh, bash-devel-static-git, bash)
- java-environment<=11 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jdk8-j9-bin, java-openjdk-bin, jdk, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jdk11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jdk8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jdk-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jdk11-jetbrains-imfix, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- ant (ant-git) (make)
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git) (make)
Required by (7)
- cl-asdf-flv (requires common-lisp)
- cl-named-readtables-git (requires common-lisp)
- cl-ppcre (requires common-lisp)
- cl-shop2 (requires common-lisp)
- emacs-sly-git (requires common-lisp)
- stumpwm (requires common-lisp) (make)
- stumpwm-git (requires common-lisp) (make)
Latest Comments
1 2 Next › Last »
yitzi commented on 2020-07-16 00:35
Checksum fail on abcl-src-1.7.0.tar.gz
shinmera commented on 2018-03-19 12:02
Arch has rolled out Java 9, but unfortunately ABCL is currently only Java 8 compatbile. The script should be updated to use an older Java version if necessary.
hav3lock commented on 2013-05-02 20:54
You're welcome, and thank you.
haawda commented on 2013-05-02 18:45
Did so, thanks.
hav3lock commented on 2013-05-02 03:56
please add provides=('common-lisp')
hav3lock commented on 2013-03-13 07:08
Thanks for taking care of that, Stefan.
hav3lock commented on 2013-03-12 17:30
/usr/bin/abcl doesn't accept command-line options, or it doesn't recognize them. Honestly, I'm tempted to just repackage abcl myself.
If I were yall, then I'd just have the /usr/bin/abcl file contain something like this:
#!/bin/sh
java -jar /path/to/abcl/.jar/file/abcl.jar "$@"
because the above actually allows the abcl.jar file to do its job, that is start Armed Bear Common Lisp and receive command-line args.
hav3lock commented on 2013-03-12 17:24
/usr/bin/abcl doesn't accept command-line options, or it doesn't recognize them. Honestly, I'm tempted to just repackage abcl myself.
haawda commented on 2012-01-11 20:42
Update
haawda commented on 2011-10-25 00:58
update