| ... | @@ -0,0 +1,28 @@ |
| 1 | id: 89ujp8gq842x6mzok8feypwze138n2d96zpugw44hcq7406r |
| 2 | name: zigmod |
| 3 | main: src/main.zig |
| 4 | dependencies: |
| 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 |