Package Details: holyc-lang-git beta_v0.0.10-3

Git Clone URL: https://aur.archlinux.org/holyc-lang-git.git (read-only, click to copy)
Package Base: holyc-lang-git
Description: A HolyC compiler built from scratch in C
Upstream URL: https://holyc-lang.com
Licenses: BSD-2-Clause
Conflicts: holyc-lang
Provides: holyc-lang
Submitter: vitaliikuzhdin
Maintainer: zkhr6
Last Packager: zkhr6
Votes: 2
Popularity: 0.106617
First Submitted: 2024-09-01 15:12 (UTC)
Last Updated: 2026-01-27 09:39 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

bemxio commented on 2026-03-01 09:14 (UTC)

Why is that line commented by default? It seems like it is required for compilation to work properly

AlexanderAlex commented on 2025-07-13 15:32 (UTC)

To fix the tos library not installing, add the following line to the package() function of the PKGBUILD after the cmake install line:

install -Dm644 "src/holyc-lib/tos.a" "${pkgdir}/usr/lib/libtos.a"