⚡ Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
⭐⭐⭐ Love using Zig on Debian? Show your support by starring this repo! ⭐⭐⭐
This repository contains Debian packaging for Zig.
repository installation
echo 'deb http://download.opensuse.org/repositories/home:/clayrisser:/sid/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:clayrisser:sid.list
curl -fsSL https://download.opensuse.org/repositories/home:clayrisser:sid/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_clayrisser_sid.gpg > /dev/null
sudo apt update
sudo apt install zig
direct installation
ARCH="$(dpkg --print-architecture)"
curl -LO https://download.opensuse.org/repositories/home:/clayrisser:/sid/Debian_Unstable/$ARCH/zig_0.13.0-1_$ARCH.deb
sudo apt install ./zig_0.13.0-1_$ARCH.deb
- Debian Unstable (Sid): zig_0.13.0-1_amd64.deb, zig_0.13.0-1_arm64.deb
The packages are built using the Open Build Service.
.png)

