Skip to the content.

deps.zig Reference

This file is generated by zigmod fetch or zigmod ci and is an amalgamation of all of the sources and dependencies used in this project. Many of the fields listed here align with fields present in zigmod.yml but contain those values for the entire dependency tree.

cache

fetch

addAllTo

addAllLibrariesTo

Package

pub const Package = struct {
    directory: string,
    pkg: ?Pkg = null,
    c_include_dirs: []const string = &.{},
    c_source_files: []const string = &.{},
    c_source_flags: []const string = &.{},
    system_libs: []const string = &.{},
    frameworks: []const string = &.{},
    vcpkg: bool = false,
};

package_data

packages

pkgs

imports