-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathzig.mod
45 lines (42 loc) · 1.45 KB
/
zig.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
id: 89ujp8gq842x6mzok8feypwze138n2d96zpugw44hcq7406r
name: zigmod
main: src/lib.zig
license: MIT
description: A package manager for the Zig programming language.
min_zig_version: 0.10.0-dev.2412+4e918873e
dependencies:
- src: git https://github.com/yaml/libyaml tag-0.2.5
id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc
license: MIT
c_include_dirs:
- include
c_source_flags:
- -DYAML_VERSION_MAJOR=0
- -DYAML_VERSION_MINOR=2
- -DYAML_VERSION_PATCH=5
- -DYAML_VERSION_STRING="0.2.5"
- -DYAML_DECLARE_STATIC=1
c_source_files:
- src/api.c
- src/dumper.c
- src/emitter.c
- src/loader.c
- src/parser.c
- src/reader.c
- src/scanner.c
- src/writer.c
# Entries above this line are needed to bootstrap and kept as git submodules
# --------
# Entries below this line are only fetched with zigmod itself
- src: git https://github.com/nektro/zig-ansi
- src: git https://github.com/ziglibs/known-folders
- src: git https://github.com/nektro/zig-licenses
- src: git https://github.com/truemedian/zfetch
- src: git https://github.com/nektro/zig-json
- src: git https://github.com/nektro/zig-range
- src: git https://github.com/nektro/zig-detect-license
- src: git https://github.com/nektro/zig-inquirer
- src: git https://github.com/arqv/ini
- src: git https://github.com/nektro/zig-time
root_dependencies:
- src: git https://github.com/marlersoft/zigwin32