Source: zig0.16
Section: devel
Priority: optional
Maintainer: 3rdp4r7yr3p0 <3rdp4r7yr3p0@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 build-essential, clang-21, cmake, help2man, libclang-21-dev, liblld-21-dev, lld-21, llvm-21, llvm-21-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://ziglang.org
Vcs-Git: https://codeberg.org/ziglang/zig.git
Vcs-Browser: https://codeberg.org/ziglang/zig

Package: zig0.16
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Provides: zig0.16-dev, zig0.16-doc,
Description: Zig is a general-purpose programming language.
 Zig is a general-purpose programming language and toolchain for maintaining
 robust, optimal and reusable software.
  * A Simple Language:
    Focus on debugging your application rather than debugging your programming
    language knowledge.
    - No hidden control flow.
    - No hidden memory allocations.
    - No preprocessor, no macros.
  * Comptime:
    A fresh approach to metaprogramming based on compile-time code execution and
    lazy evaluation.
    - Call any function at compile-time.
    - Manipulate types as values without runtime overhead.
    - Comptime emulates the target architecture.
  * Maintain it with Zig:
    Incrementally improve your C/C++/Zig codebase.
    - Use Zig as a zero-dependency, drop-in C/C++ compiler that supports cross
      compilation out-of-the-box.
    - Leverage zig build to create a consistent development environment across
      all platforms.
    - Add a Zig compilation unit to C/C++ projects, exposing the rich standard
      library to your C/C++ code.
