hs-tree-sitter-capi: Low-level bindings for tree-sitter

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Low-level bindings for tree-sitter.


[Skip to Readme]

Properties

Versions 13.0.14.0, 13.0.14.0
Change log None available
Dependencies base (>=4.13 && <5), base-compat-constptr (>=0.1 && <0.2) [details]
License AGPL-3.0-only
Author Wen Kokke
Maintainer wenkokke@users.noreply.github.com
Category Language
Uploaded by wenkokke at 2025-07-24T17:24:22Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hs-tree-sitter-capi-13.0.14.0

[back to package description]

Low-level bindings for tree-sitter

This package implements low-level bindings for tree-sitter, a widely-supported parser generator tool and an incremental parsing library.

⚠️ WARNING: You probably don't want to use this package directly, but instead use the high-level bindings implemented by hs-tree-sitter.

This package is compiled against tree-sitter version 0.24.3 (2024-10-09). It is feature complete for version 14 of the tree-sitter ABI and is backwards compatible down to version 13.

All tree-sitter versions up to version 0.25.8 (2025-07-13) are backwards compatible down to version 13, so this package should work with all grammars generated by any version of tree-sitter after 0.19.0 (2021-03-01), though this is untested.