/scoop-zig

A scoop bucket for the zig programming language and related tools.

Primary LanguagePowerShellThe UnlicenseUnlicense

⚡ scoop-zig ⚡

Build status

A scoop bucket for the zig compiler and related tools. Updated bihourly. Feel free to create an issue requesting any useful zig tools that are missing from the bucket.

To install zig:

# add scoop bucket
scoop bucket add scoop-zig https://github.com/enndubyu/scoop-zig

# install zig
scoop install zig

Tools in the bucket:

  • zig - zig compiler
  • zig-dev1 - zig compiler (development version)
  • zig-mach2 - zig compiler (mach project's latest nominated zig version)
  • zls - language server for zig

Footnotes

  1. zig-dev is aliased as both zig and zig-dev unless zig stable is also installed (in which case zig will execute zig stable)

  2. zig-mach is aliased as both zig and zig-mach unless zig stable is also installed (in which case zig will execute zig stable)