From 027e9c21a036438dcb90c5f904682ee826ed17f2 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sat, 13 Jan 2024 20:55:35 +0100 Subject: [PATCH] Add tree_sitter library --- repository.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/repository.json b/repository.json index 79a0032..1afdbfb 100644 --- a/repository.json +++ b/repository.json @@ -1243,6 +1243,50 @@ } ] }, + { + "name": "tree_sitter", + "description": "Python bindings to the Tree-sitter parsing library", + "author": "tree-sitter", + "issues": "https://github.com/tree-sitter/py-tree-sitter/issues", + "releases": [ + { + "base": "https://pypi.org/project/tree_sitter", + "asset": "tree_sitter-*-cp38-cp38-manylinux_2_17_aarch64*.whl", + "platforms": ["linux-arm64"], + "python_versions": ["3.8"] + }, + { + "base": "https://pypi.org/project/tree_sitter", + "asset": "tree_sitter-*-cp38-cp38-manylinux_2_17_x86_64*.whl", + "platforms": ["linux-x64"], + "python_versions": ["3.8"] + }, + { + "base": "https://pypi.org/project/tree_sitter", + "asset": "tree_sitter-*-cp38-cp38-macosx_11_0_arm64.whl", + "platforms": ["osx-arm64"], + "python_versions": ["3.8"] + }, + { + "base": "https://pypi.org/project/tree_sitter", + "asset": "tree_sitter-*-cp38-cp38-macosx_10_9_x86_64.whl", + "platforms": ["osx-x64"], + "python_versions": ["3.8"] + }, + { + "base": "https://pypi.org/project/tree_sitter", + "asset": "tree_sitter-*-cp38-cp38-win32.whl", + "platforms": ["windows-x32"], + "python_versions": ["3.8"] + }, + { + "base": "https://pypi.org/project/tree_sitter", + "asset": "tree_sitter-*-cp38-cp38-win_amd64.whl", + "platforms": ["windows-x64"], + "python_versions": ["3.8"] + } + ] + }, { "name": "typing", "description": "Python typing module",