New comment by gbrlsnchs on void-packages repository https://github.com/void-linux/void-packages/pull/29272#issuecomment-792790658 Comment: > > Sincere question from a C noob: would that affect anything considering both CLI and library are always shipped together? > > Yes, the cli would be shipped in either `tree-sitter-devel` or `tree-sitter`. Oh, I see, thanks. In my experience, no, you don't need the headers. But there is always a possibility that some niche operation needs it, since the CLI compiles things, still I think it can be worked around by simply installing `tree-sitter-devel` when this necessity arises, if it ever happens. What do you think, can we ship the CLI in `tree-sitter` and make the latter a `cargo` template?