General purpose programming language and toolchain
Zig is a general-purpose programming language and toolchain. Among other features it provides
an Optional type instead of null pointers,
manual memory management,
generic data structures and functions,
compile-time reflection and compile-time code execution,
integration with C using zig as a C compiler, and
concurrency via async functions.
Linter | Message | Location |
---|---|---|
patch-headers Validate patch headers | zig-do-not-link-against-librt.patch: patch lacks comment and upstream status | |
input-labels Identify input labels that do not match package names | label 'zstd' does not match package name 'zstd:lib' | |
tests-true Check if tests are explicitly enabled | #:tests? must not be explicitly set to #t |