1id: 0k64oe2nuzvjgz226ufvimjhialghxdgmlzusonbma31flnd
2name: git
3main: git.zig
4license: MPL-2.0
5description: Inspect into the depths of your .git folder purely from Zig
6dependencies:
7 - src: git https://github.com/nektro/zig-time
8 - src: git https://github.com/nektro/zig-extras
9 - src: git https://github.com/nektro/zig-tracer
10 - src: git https://github.com/nektro/zig-nfs
11 - src: git https://github.com/nektro/zig-nio
12
13 - src: git https://github.com/madler/zlib tag-v1.3.2
14 id: 0e2d06bb494bf65ffa1b6d9c9070162631a8b9fac792a899
15 license: Zlib
16 c_include_dirs:
17 -
18 c_source_files:
19 - inftrees.c
20 - inflate.c
21 - adler32.c
22 - zutil.c
23 - trees.c
24 - gzclose.c
25 - gzwrite.c
26 - gzread.c
27 - deflate.c
28 - compress.c
29 - crc32.c
30 - infback.c
31 - gzlib.c
32 - uncompr.c
33 - inffast.c
34 c_source_flags:
35 - -DZ_HAVE_UNISTD_H=1
36
37root_dependencies:
38 - src: git https://github.com/nektro/zig-extras
39 - src: git https://github.com/nektro/zig-expect
40 - src: git https://github.com/nektro/zig-nfs