_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
tree-sitter-javascript 0.23.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-javascript
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter JavaScript(JSX) grammar
Description:

This package provides a JavaScript(JSX) grammar for the Tree-sitter library.

tree-sitter-typescript 0.23.2
Dependencies: tree-sitter-javascript@0.23.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-typescript
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter TypeScript and TSX grammars
Description:

This package provides TypeScript and TSX grammars for the Tree-sitter library.

emacs-meow-tree-sitter 2.0.2
Propagated dependencies: emacs-meow@1.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/skissue/meow-tree-sitter
Licenses: GPL 3+ MPL 2.0
Build system: emacs
Synopsis: Tree-sitter powered motions for Meow
Description:

This package integrates the treesitter library in modern Emacs with Meow’s motions.

go-github-com-a8m-tree 0.0.0-20240104212747-2c8764a5f17e
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/a8m/tree
Licenses: Expat
Build system: go
Synopsis: Implementation of the tree command that can be used programmatically
Description:

This package implements the tree command in Go, in a way such that it can be used programmatically.

emacs-tree-sitter-langs 20260729.1912
Propagated dependencies: emacs-tree-sitter@20260116.9
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-tree-sitter/tree-sitter-langs
Licenses:
Build system: melpa
Synopsis: Grammar bundle for tree-sitter
Description:

Documentation at https://melpa.org/#/tree-sitter-langs

emacs-tree-sitter-ess-r 20250729.1500
Propagated dependencies: emacs-ess@20260723.934 emacs-tree-sitter@20260116.9 emacs-tree-sitter-langs@20260729.1912
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ShuguangSun/tree-sitter-ess-r
Licenses:
Build system: melpa
Synopsis: R with tree-sitter
Description:

Documentation at https://melpa.org/#/tree-sitter-ess-r

python-tree-sitter-rust 0.24.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-rust
Licenses: Expat
Build system: pyproject
Synopsis: Tree-sitter Rust grammar
Description:

This package provides a Rust grammar for the Tree-sitter library.

This variant provides Python bindings.

python-tree-sitter-html 0.23.2
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-html
Licenses: Expat
Build system: pyproject
Synopsis: Tree-sitter HTML grammar
Description:

This package provides a HTML grammar for the Tree-sitter library.

This variant provides Python bindings.

python-tree-sitter-json 0.24.8
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-json
Licenses: Expat
Build system: pyproject
Synopsis: Tree-sitter JSON grammar
Description:

This package provides a JSON grammar for the Tree-sitter library.

This variant provides Python bindings.

cl-concrete-syntax-tree 0.3.0
Propagated dependencies: cl-acclimation@0.0.0-1.4d51150 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/Concrete-Syntax-Tree
Licenses: FreeBSD
Build system: asdf/source
Synopsis: Parse Common Lisp code into a concrete syntax tree
Description:

This library is intended to solve the problem of source tracking for Common Lisp code.

By "source tracking", it is meant that code elements that have a known origin in the form of a position in a file or in an editor buffer are associated with some kind of information about this origin.

Since the exact nature of such origin information depends on the Common Lisp implementation and the purpose of wanting to track that origin, the library does not impose a particular structure of this information. Instead, it provides utilities for manipulating source code in the form of what is called concrete syntax trees (CSTs for short) that preserve this information about the origin.

emacs-tree-sitter-langs 0.12.22
Propagated dependencies: tree-sitter@0.25.3
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacs-tree-sitter/tree-sitter-langs
Licenses: Expat
Build system: emacs
Synopsis: Language bundle for Emacs's tree-sitter package
Description:

This is a convenient language bundle for the Emacs package tree-sitter. It serves as an interim distribution mechanism, until tree-sitter is widespread enough for language-specific major modes to incorporate its functionalities.

For each supported language, this package provides:

1. Pre-compiled grammar binaries for 3 major platforms: macOS, Linux and Windows, on x86_64. In the future, tree-sitter-langs may provide tooling for major modes to do this on their own. 2. An optional highlights.scm file that provides highlighting patterns. This is mainly intended for major modes that are not aware of tree-sitter. A language major mode that wants to use tree-sitter for syntax highlighting should instead provide the query patterns on its own, using the mechanisms defined by tree-sitter-hl. 3. Optional query patterns for other minor modes that provide high-level functionalities on top of tree-sitter, such as code folding, evil text objects… As with highlighting patterns, major modes that are directly aware of tree-sitter should provide the query patterns on their own.

emacs-tree-sitter-indent 20220411.1439
Propagated dependencies: emacs-tree-sitter@20260116.9
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://codeberg.org/FelipeLema/tree-sitter-indent.el
Licenses:
Build system: melpa
Synopsis: Provide indentation with a Tree-sitter backend
Description:

Documentation at https://melpa.org/#/tree-sitter-indent

emacs-tree-sitter-ispell 20240610.2252
Propagated dependencies: emacs-tree-sitter@20260116.9
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/erickgnavar/tree-sitter-ispell.el
Licenses:
Build system: melpa
Synopsis: Run ispell on tree-sitter text nodes
Description:

Documentation at https://melpa.org/#/tree-sitter-ispell

tree-sitter-actionscript 0.1.0-0.2491903
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/Rileran/tree-sitter-actionscript
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter ActionScript grammar
Description:

This package provides a ActionScript grammar for the Tree-sitter library.

tree-sitter-linkerscript 1.0.0-0.f99011a
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-linkerscript
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Linker script grammar
Description:

This package provides a Linker script grammar for the Tree-sitter library.

tree-sitter-lua-patterns 1.0.1-0.31461ae
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-luap
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Lua patterns grammar
Description:

This package provides a Lua patterns grammar for the Tree-sitter library.

python-accumulation-tree 0.6.4-0.3617051
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tkluck/accumulation_tree
Licenses: Expat
Build system: pyproject
Synopsis: Red-black tree with fast value accumulation in a key range
Description:

This Python package implements a red-black tree which also stores partial aggregations at each node, making getting aggregations of key range slices an O(log(N)) operation.

This data structure is very similar to a binary indexed tree, with heap allocation instead of a flat array to represent a tree.

ecl-concrete-syntax-tree 0.3.0
Dependencies: ecl-acclimation@0.0.0-1.4d51150
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/Concrete-Syntax-Tree
Licenses: FreeBSD
Build system: asdf/ecl
Synopsis: Parse Common Lisp code into a concrete syntax tree
Description:

This library is intended to solve the problem of source tracking for Common Lisp code.

By "source tracking", it is meant that code elements that have a known origin in the form of a position in a file or in an editor buffer are associated with some kind of information about this origin.

Since the exact nature of such origin information depends on the Common Lisp implementation and the purpose of wanting to track that origin, the library does not impose a particular structure of this information. Instead, it provides utilities for manipulating source code in the form of what is called concrete syntax trees (CSTs for short) that preserve this information about the origin.

emacs-treemacs-nerd-icons 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-2.d41902f emacs-treemacs@3.2
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses: GPL 3
Build system: emacs
Synopsis: nerd-icons theme for treemacs
Description:

nerd-icons theme for treemacs

emacs-treemacs-projectile 20250320.2206
Propagated dependencies: emacs-projectile@20260817.933 emacs-treemacs@20251226.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses:
Build system: melpa
Synopsis: Projectile integration for treemacs
Description:

Documentation at https://melpa.org/#/treemacs-projectile

emacs-treemacs-nerd-icons 20251024.1914
Propagated dependencies: emacs-nerd-icons@20260805.635 emacs-treemacs@20251226.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses:
Build system: melpa
Synopsis: Emacs Nerd Font Icons theme for treemacs
Description:

Documentation at https://melpa.org/#/treemacs-nerd-icons

emacs-dir-treeview-themes 20230112.134
Propagated dependencies: emacs-dir-treeview@20241025.2251
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tilmanrassy/emacs-dir-treeview-themes
Licenses:
Build system: melpa
Synopsis: Themes for dir-treeview
Description:

Documentation at https://melpa.org/#/dir-treeview-themes

emacs-use-package-treesit 20260416.1048
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/domq/use-package-treesit.git
Licenses:
Build system: melpa
Synopsis: Automatically use tree-sitter enhanced major modes
Description:

Documentation at https://melpa.org/#/use-package-treesit

emacs-treemacs-nerd-icons 0.0.1-1
Propagated dependencies: emacs-nerd-icons@0.1.0-2.d41902f emacs-treemacs@3.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses: GPL 3+
Build system: emacs
Synopsis: emacs-treemacs-nerd-icons
Description:

This package provides nerd-icons integration for treemacs.

Page: 11213141516
Total packages: 366