| ... | ... | @@ -0,0 +1,28 @@ |
| 1 | id: g982zq6e8wsvnmduerpbf8787hu85brugmngn8wf |
| 2 | name: yaml |
| 3 | main: yaml.zig |
| 4 | license: MIT |
| 5 | description: A Yaml parser built on top of libyaml |
| 6 | dependencies: |
| 7 | - src: git https://github.com/yaml/libyaml tag-0.2.5 |
| 8 | id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc |
| 9 | license: MIT |
| 10 | c_include_dirs: |
| 11 | - include |
| 12 | c_source_flags: |
| 13 | - -DYAML_VERSION_MAJOR=0 |
| 14 | - -DYAML_VERSION_MINOR=2 |
| 15 | - -DYAML_VERSION_PATCH=5 |
| 16 | - -DYAML_VERSION_STRING="0.2.5" |
| 17 | - -DYAML_DECLARE_STATIC=1 |
| 18 | c_source_files: |
| 19 | - src/api.c |
| 20 | - src/dumper.c |
| 21 | - src/emitter.c |
| 22 | - src/loader.c |
| 23 | - src/parser.c |
| 24 | - src/reader.c |
| 25 | - src/scanner.c |
| 26 | - src/writer.c |
| 27 | |
| 28 | - src: git https://github.com/nektro/zig-extras |