Search Criteria
Package Details: gerbil-scheme 0.18.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gerbil-scheme.git (read-only, click to copy) |
|---|---|
| Package Base: | gerbil-scheme |
| Description: | Opinionated dialect of Scheme designed for systems programming, on the Gambit runtime. |
| Upstream URL: | https://github.com/mighty-gerbils/gerbil |
| Licenses: | Apache 2.0, LGPLv2.1 |
| Conflicts: | gerbil-scheme-git |
| Submitter: | necaris |
| Maintainer: | necaris (cvnb) |
| Last Packager: | cvnb |
| Votes: | 6 |
| Popularity: | 0.000004 |
| First Submitted: | 2021-11-15 15:35 (UTC) |
| Last Updated: | 2026-04-09 00:59 (UTC) |
Dependencies (3)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
Latest Comments
cvnb commented on 2026-04-09 01:01 (UTC)
@tck42, I have updated the PKGBUILD for the new release 0.18.2. Let me know if you are seeing issues.
tck42 commented on 2026-04-08 21:27 (UTC) (edited on 2026-04-08 21:28 (UTC) by tck42)
file = 26db6020cc824faa62bed50dfde03875e6e240de8935b58018c278dea4c92da01635abb9fd801b7458bd94f958e3ba49150e2621284bb3c2599030339fe9afbf
pkgbuild = f020003f21a18f4045892e57970d4cb92b455647890a21d33e6cb5f345cfe639559da901f0803ba50a5e251ccfdd872491394745a01294ae05fd6fb9068597c8
cvnb commented on 2023-10-20 23:17 (UTC)
No worries. I'm glad we were able to get the PKGBUILD updated.
necaris commented on 2023-10-19 13:43 (UTC)
Thank you @cvnb and sorry for the delay in updating. I've updated to your PKGBUILD and added you as a co-maintainer as well for future updates.
cvnb commented on 2023-10-14 02:38 (UTC)
@necaris, gerbil-scheme have a new release v0.18 released yesterday.
Note there are significant changes from the last release. gambit-scheme is not a dependency anymore. Upstream uses a pinned gambit-scheme version that is compiled as a library and used.
If it helps, please consider the below PKGBUILD that should be able to build v0.18
necaris commented on 2022-01-21 00:54 (UTC)
Note that for me,
gambit-c==4.9.4does not supplygsi, which is necessary for Gerbil to work, so this only works for me withgambit-c==4.9.3.necaris commented on 2021-11-25 16:12 (UTC)
@segment289 thank you! Fixed and pushed!
segment289 commented on 2021-11-25 12:43 (UTC) (edited on 2021-11-25 12:44 (UTC) by segment289)
Your timing couldn't have been better. Thank you. :-) But /etc/profile.d/gerbil-scheme.sh doesn't come out quite right. From PKGBUILD:
The problem is that whatever I happened to have in my personal $PATH when I ran makepgk ends up in /etc/profile.d/gerbil-scheme.sh; I think you want to quote $PATH: