authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-01-29 15:23:59 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-01-29 15:23:59 -08:00
log59d5782c493b2acd473c3a01e8e6be1673d3413b
tree44316cd176601257173aeddf69f756a5a5bc52ad
parentb521e9cdb546bdb66625f894f26bc6477c79902f

add bootstrap zig.mod


1 files changed, 28 insertions(+), 0 deletions(-)

zig.bootstrap.mod created+28
......@@ -0,0 +1,28 @@
1id: 89ujp8gq842x6mzok8feypwze138n2d96zpugw44hcq7406r
2name: zigmod
3main: src/main.zig
4dependencies:
5 - src: git https://github.com/yaml/libyaml
6 version: tag-0.2.5
7 c_include_dirs:
8 - include
9 c_source_flags:
10 - -DYAML_VERSION_MAJOR=0
11 - -DYAML_VERSION_MINOR=2
12 - -DYAML_VERSION_PATCH=5
13 - -DYAML_VERSION_STRING="0.2.5"
14 - -DYAML_DECLARE_STATIC=1
15 c_source_files:
16 - libs/yaml/src/dumper.c
17 - libs/yaml/src/emitter.c
18 - libs/yaml/src/loader.c
19 - libs/yaml/src/parser.c
20 - libs/yaml/src/reader.c
21 - libs/yaml/src/scanner.c
22 - libs/yaml/src/writer.c
23
24 - src: git https://github.com/ziglibs/known-folders
25 version: commit-e1193f9ef5b3aad7a6071e9f5721934fe04a020e
26
27 - src: git https://github.com/nektro/zig-ansi
28 version: commit-876c32c42044a5e1554f4662b4b9bdfad7ee5086