|
root / base / tree-sitter / package.toml
package.toml TOML 25 lines 671 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# tree-sitter - incremental parsing library (neovim's syntax/highlight engine)
# https://tree-sitter.github.io/tree-sitter/

[package]
name = "tree-sitter"
version = "0.26.11"
release = 1
description = "An incremental parsing system for programming tools"
url = "https://tree-sitter.github.io/tree-sitter/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "tree-sitter-0.26.11.tar.gz"
urls = ["https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.26.11.tar.gz"]
checksum = "1bab01ed21464f3272665b9c60e39ee79f68da1333e80b23f2c9356569d06971"

[build]
parallel = true