tree-sitter 0.20.6-1 source package in Ubuntu

Changelog

tree-sitter (0.20.6-1) unstable; urgency=medium

  * New upstream release

 -- James McCoy <email address hidden>  Tue, 29 Mar 2022 07:18:48 -0400

Upload details

Uploaded by:
Tree-sitter Maintainers
Uploaded to:
Sid
Original maintainer:
Tree-sitter Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tree-sitter_0.20.6-1.dsc 2.3 KiB 97151af053064e2d687c178375f391197cc6e3459d9a7fc939968fd284d381b3
tree-sitter_0.20.6.orig.tar.xz 512.6 KiB 771ce1689014fdcca7a5fd8dea4ab7efb16d6e018ed487555f03a0ca44262538
tree-sitter_0.20.6-1.debian.tar.xz 4.2 KiB ca4a731f5208af4959a31233e4678aa94fcca568c8ad6b204d10ec4753cf29f0

Available diffs

No changes file available.

Binary packages built by this source

libtree-sitter-dev: incremental parsing system for programming tools (development files)

 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.
 .
 Tree-sitter aims to be:
 .
  * General enough to parse any programming language
  * Fast enough to parse on every keystroke in a text editor
  * Robust enough to provide useful results even in the presence of
    syntax errors
  * Dependency-free so that the runtime library (which is written in pure
    C) can be embedded in any application
 .
 This package contains the header files and libraries needed for developing
 with tree-sitter.

libtree-sitter0: incremental parsing system for programming tools

 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.

libtree-sitter0-dbgsym: debug symbols for libtree-sitter0