tree-sitter 0.20.8-2 source package in Ubuntu

Changelog

tree-sitter (0.20.8-2) unstable; urgency=medium

  * Upload to unstable

 -- James McCoy <email address hidden>  Tue, 04 Jul 2023 09:09:44 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
tree-sitter_0.20.8-2.dsc 2.3 KiB acd44c6b77ba22485edd29eefd1e5b91905a03bdc8ab8dc92ed1eb863afb4a5e
tree-sitter_0.20.8.orig.tar.xz 524.4 KiB e866879cd426cc09a0b3055ea609851740986803599924c01d415858ee93145a
tree-sitter_0.20.8-2.debian.tar.xz 4.4 KiB 3f8490f36deb77bd848b71ea4804522d2c8695c179ad6d90fb95f5a3fdaa602f

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