Zig (programming language): Difference between revisions

Content deleted Content added
m Compiler: add about default backend
Line 109:
 
==Packages==
Version 0.11.0 bundles an experimental [[package manager]], but no official [[software repository|package repository]] is available. Instead a package is simply a URL that points to a [[Compressed file library|compressed file]], or a [[Git]] [[Repository (version control)| repository]]. Each package ideally includes a standard `<code>build.zig`</code> file (that the Zig compiler uses by convention to compile the source code) and a `<code>build.zig.zon`</code> file containing metadata with name and version of the package.
 
==Examples==