Package Details: tree-sitter-yaml 0.7.0-2

Git Clone URL: https://aur.archlinux.org/tree-sitter-yaml.git (read-only, click to copy)
Package Base: tree-sitter-yaml
Description: YAML grammar for tree-sitter
Upstream URL: https://github.com/tree-sitter-grammars/tree-sitter-yaml
Licenses: MIT
Groups: tree-sitter-grammars
Provides: libtree-sitter-yaml.so
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 0
Popularity: 0.000000
First Submitted: 2025-03-07 09:01 (UTC)
Last Updated: 2025-03-09 15:48 (UTC)

Latest Comments

tessaracht commented on 2025-03-18 23:56 (UTC)

I'm getting build errors with this currently, from a missing C include:

src/schema.core.c:13:8: error: unknown type name ‘int8_t’ 13 | static int8_t adv_sch_stt(int8_t sch_stt, int32_t cur_chr, ResultSchema *rlt_sch) { | ^~ src/schema.core.c:2:1: note: ‘int8_t’ is defined in header ‘<stdint.h>’; this is probably fixable by adding ‘#include <stdint.h>’ 1 | #include <stdlib.h> +++ |+#include <stdint.h> 2 |

this include issue has already been fixed upstream, but a release hasn't been cut, so I've requested one to fix this build problem: https://github.com/tree-sitter-grammars/tree-sitter-yaml/issues/21