Source: zig14
Section: devel
Priority: optional
Maintainer: Avenge Media <AvengeMedia.US@gmail.com>
Build-Depends: debhelper-compat (= 13),
               xz-utils
Standards-Version: 4.6.2
Homepage: https://ziglang.org/
Vcs-Browser: https://github.com/ziglang/zig
Vcs-Git: https://github.com/ziglang/zig.git

Package: zig14
Architecture: amd64 arm64
Depends: ${misc:Depends}
Description: Zig programming language compiler version 0.14
 Zig is a general-purpose programming language and toolchain for maintaining
 robust, optimal, and reusable software.
 .
 This package provides Zig version 0.14.0, which can coexist with other Zig
 versions on the same system. The compiler is installed as /usr/bin/zig-0.14
 with libraries in /usr/lib/zig-0.14.0/.
 .
 Zig features:
  - Manual memory management
  - Compile-time code execution and lazy evaluation
  - Integration with C libraries without FFI/bindings
  - Optional standard library
  - Cross-compilation out-of-the-box
