Language

Package: zig @ 0.10.1

Synopsis

General purpose programming language and toolchain

Description

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.

Home page
https://github.com/ziglang/zig
Location
gnu/packages/zig.scm (line: 138, column: 2)
License

Lint warnings

LinterMessageLocation
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