./lang/zig, Programming language designed for robustness and clarity

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.12.0nb1, Package name: zig-0.12.0nb1, Maintainer: pkgsrc-users

Zig is an open-source programming language designed for robustness,
optimality, and clarity.

* Robust - behavior is correct even for edge cases such as out
of memory.
* Optimal - write programs the best way they can
behave and perform.
* Clear - precisely communicate your intent
to the compiler and other programmers. The language imposes a
low overhead to reading code.


Required to run:
[shells/bash] [lang/clang] [lang/llvm] [devel/lld]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 16698.391 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 15:22:43 by nikita | Files touched by this commit (1)
Log message:
zig: first working draft for processing build.zig.zon files
   2024-04-28 20:08:48 by nikita | Files touched by this commit (1)
Log message:
zig: output of cmake suggests that c++17 is required.
   2024-04-28 20:01:54 by nikita | Files touched by this commit (1)
Log message:
zig: make build verbose
   2024-04-26 13:38:07 by nikita | Files touched by this commit (2)
Log message:
zig: use ZIG_GLOBAL_CACHE_DIR and ZIG_LOCAL_CACHE_DIR for zig and
applications, remove old comments.
   2024-04-26 11:57:34 by nikita | Files touched by this commit (1)
Log message:
zig: make pie again.
   2024-04-25 12:05:24 by nikita | Files touched by this commit (1)
Log message:
zig: ignores PREFIX, but CMAKE_INSTALL_PREFIX is used.
   2024-04-24 22:48:30 by nikita | Files touched by this commit (1)
Log message:
zig: make strip optionable
   2024-04-24 22:24:37 by nikita | Files touched by this commit (1) | Package updated
Log message:
zig: update application.mk for 0.12.0 changes.