tree-sitter 0.20.3-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * libtree-sitter0.symbols: Add/remove functions for 0.20.3

 -- James McCoy <email address hidden>  Sat, 29 Jan 2022 13:05:52 -0500

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
tree-sitter_0.20.3-1.dsc 2.3 KiB 5c65644e62803e5227e5ddcfe4c07f6bc24002fa922dd908f23a553b36957724
tree-sitter_0.20.3.orig.tar.xz 506.1 KiB 8e8fb1258bec8b94d94f7a6e48057834e2a8dbe9053d9d90b44872509c8c6338
tree-sitter_0.20.3-1.debian.tar.xz 4.2 KiB 1f4b5cf287b22cd0369f22b038e91a95deb32932bd9c824d692b4078c02a4b8c

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