grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
169 stars 48 forks source link

NetBSD support? #76

Open 0-wiz-0 opened 3 months ago

0-wiz-0 commented 3 months ago

I come to this project because textual uses it, and I've packaged textual for pkgsrc. I'm running NetBSD. pkgsrc is cross-platform. It contains a lot of tree-sitter grammars already, and tree-sitter support works fine e.g. in emacs.

How is this module supposed to be used or replaced on systems like NetBSD, for which no binary wheels are provided? Or would you be willing to add NetBSD support? What would you need for that?

Thanks.