Source: tree-sitter-sql
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-single-binary,
 libpython3-dev,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/DerekStride/tree-sitter-sql
Vcs-Browser: https://forgejo.debian.net/harlequin/tree-sitter-sql
Vcs-Git: https://forgejo.debian.net/harlequin/tree-sitter-sql

Package: python3-tree-sitter-sql
Section: python
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: SQL grammar for tree-sitter (Python)
 Tree-sitter is a parser generator tool and an incremental parsing library. It
 can build a concrete syntax tree for a source file and efficiently update the
 syntax tree as the source file is edited.
 .
 This package contains the SGL grammer for tree-sitter to be used with Python.
