2025-11-08 21:18:48
Displayed 64 times
Gentoo overlay for kmx.io
Today I built a Gentoo overlay which builds KC3 from latest release (unmasked) and from git (~amd64).
https://github.com/kmx-io/gentoo-overlay-kmx-io
From README.md :
kmx.io Gentoo Overlay
Gentoo overlay for KC3 and related kmx.io projects.
Installation
Using eselect repository
# Add the overlay
eselect repository add kmx-io git https://git.kmx.io/kmx.io/gentoo-overlay-kmx-io.git
# Sync the overlay
emerge --sync kmx.io
Manual installation
# Clone the overlay
mkdir -p /var/db/repos
git clone https://git.kmx.io/kmx.io/gentoo-overlay-kmx-io.git \
/var/db/repos/kmx.io
# Create repos.conf entry
cat > /etc/portage/repos.conf/kmx.io.conf <<EOF
[kmx.io]
location = /var/db/repos/kmx.io
sync-type = git
sync-uri = https://git.kmx.io/kmx.io/gentoo-overlay-kmx-io.git
auto-sync = yes
EOF
Available Packages
dev-lang/kc3
KC3 - The first graph-native programming language
emerge dev-lang/kc3
sys-process/runj
runj - run multiple jobs in parallel
emerge sys-process/runj
USE flags
asan - Build with AddressSanitizer for memory debugging
cov - Build with code coverage instrumentation
debug - Build debug version without optimizations
gtk - Enable GTK4 window support
test - Run test suite
Links