Metadata-Version: 2.2
Name: ast_canopy
Version: 0.7.0
Requires-Dist: cuda-pathfinder<2,>=1.3
Provides-Extra: cu13
Requires-Dist: cuda-toolkit[cccl,crt,cudart,curand]<14,>=13.1; extra == "cu13"
Description-Content-Type: text/markdown

<div align="center"><img src="static/canopy.png" width="240"/></div>

# AST Canopy

CUDA C++ header parser built on Clang tooling that serializes top-level declarations for downstream consumers.

Please visit the documentation site for the AST Canopy overview and API:

- [AST Canopy overview](https://nvidia.github.io/numbast/latest/ast_canopy_overview.html)
- [API reference](https://nvidia.github.io/numbast/latest/api_reference.html)
