Package Details: tree-sitter-yaml 0.7.2-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: 2026-01-03 18:40 (UTC)

Latest Comments

JesApp commented on 2025-12-02 13:34 (UTC)

Turns out they already fixed it on master way back in may, just didn't release it. I sent a bug report: https://github.com/tree-sitter-grammars/tree-sitter-yaml/issues/30

This has been fixed in 0.7.2, the package is no longer broken.

JesApp commented on 2025-09-01 18:12 (UTC)

Turns out they already fixed it on master way back in may, just didn't release it. I sent a bug report: https://github.com/tree-sitter-grammars/tree-sitter-yaml/issues/30

Chocobo1 commented on 2025-09-01 09:51 (UTC)

This package is broken for me.

The command install -m644 bindings/c/tree-sitter-yaml.h '/home/jesko/Downloads/tree-sitter-yaml/pkg/tree-sitter-yaml/usr/include'/tree_sitter/tree-sitter-yaml.h fails, because bindings/c/tree-sitter-yaml.h does not exist.

Please report to upstream directly.

JesApp commented on 2025-09-01 08:49 (UTC) (edited on 2025-09-01 18:11 (UTC) by JesApp)

This package is broken for me.

The command install -m644 bindings/c/tree-sitter-yaml.h '/home/<username>/Downloads/tree-sitter-yaml/pkg/tree-sitter-yaml/usr/include'/tree_sitter/tree-sitter-yaml.h fails, because bindings/c/tree-sitter-yaml.h does not exist.

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