_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
tree-sitter-cpp 0.23.4
Dependencies: tree-sitter-c@0.23.5
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-cpp
Licenses: Expat
Synopsis: Tree-sitter C++ grammar
Description:

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

tree-sitter-zig 1.1.2
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-zig
Licenses: Expat
Synopsis: Tree-sitter Zig grammar
Description:

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

tree-sitter-xml 0.7.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-xml
Licenses: Expat
Synopsis: Tree-sitter XML and DTD grammars
Description:

This package provides XML and DTD grammars for the Tree-sitter library.

tree-sitter-gpr 0.1.0-0.cea857d
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/brownts/tree-sitter-gpr
Licenses: Expat
Synopsis: Tree-sitter GNAT Project grammar
Description:

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

tree-sitter-pgn 1.2.12
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/rolandwalker/tree-sitter-pgn
Licenses: FreeBSD
Synopsis: Tree-sitter Chess Portable Game Notation (PGN) grammar
Description:

This package provides a Chess Portable Game Notation (PGN) grammar for the Tree-sitter library.

r-treeringshape 3.0.5
Propagated dependencies: r-tibble@3.2.1 r-sf@1.0-21
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://CRAN.R-project.org/package=TreeRingShape
Licenses: GPL 2+
Synopsis: Recording Tree-Ring Shapes of Tree Disks with Manual Digitizing and Interpolating Model
Description:

Record all tree-ring Shapefile of tree disk with GIS soft Qgis and interpolating model from high resolution tree disk image.

emacs-undo-tree 0.8.2
Propagated dependencies: emacs-queue@0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.dr-qubit.org/undo-tree.html
Licenses: GPL 3+
Synopsis: Treat undo history as a tree
Description:

Tree-like interface to Emacs undo system, providing graphical tree presentation of all previous states of buffer that allows easily move between them.

r-treestructure 0.7.0
Propagated dependencies: r-rlang@1.1.6 r-rcpp@1.0.14 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://emvolz-phylodynamics.github.io/treestructure/
Licenses: GPL 2+
Synopsis: Detect Population Structure Within Phylogenetic Trees
Description:

Algorithms for detecting population structure from the history of coalescent events recorded in phylogenetic trees. This method classifies each tip and internal node of a tree into disjoint sets characterized by similar coalescent patterns.

tree-sitter-cli 0.25.8
Channel: abbe
Location: abbe/packages/tree-sitter.scm (abbe packages tree-sitter)
Home page: https://tree-sitter.github.io/
Licenses: Expat
Synopsis: Incremental parsing system for programming tools
Description:

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.

java-treelayout 1.0.3
Dependencies: java-junit@4.12
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://treelayout.sourceforge.net
Licenses: Modified BSD
Synopsis: Tree Layout Algorithm in Java
Description:

TreeLayout creates tree layouts for arbitrary trees. It is not restricted to a specific output or format, but can be used for any kind of two dimensional diagram. Examples are Swing based components, SVG files, etc. This is possible because TreeLayout separates the layout of a tree from the actual rendering.

cl-history-tree 0.1.2
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-custom-hash-table@0.3-1.f269831 cl-local-time@1.0.6-4.40169fe cl-nclasses@0.6.1 cl-trivial-package-local-nicknames@0.2 cl-lisp-unit2@0.9.4-0.b5aa17b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/atlas-engineer/history-tree
Licenses: Modified BSD
Synopsis: Store the history of a browser's visited paths
Description:

This data structure can be used to store the history of visited paths or URLs with a file or web browser, in a way that no “forward” element is ever forgotten.

The history tree is “global” in the sense that multiple owners (e.g. tabs) can have overlapping histories. On top of that, an owner can spawn another one, starting from one of its nodes (typically when you open a URL in a new tab).

tree-sitter-cli 0.25.3
Dependencies: tree-sitter@0.25.3 graphviz@7.0.1 node@22.14.0 rust-ring@0.17.8
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://tree-sitter.github.io/tree-sitter/
Licenses: Expat
Synopsis: Incremental parsing system for programming tools
Description:

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:

  1. General enough to parse any programming language.

  2. Fast enough to parse on every keystroke in a text editor.

  3. Robust enough to provide useful results even in the presence of syntax errors.

  4. Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application.

This package includes the tree-sitter command-line tool.

emacs-treebundel 20250515.2241
Propagated dependencies: emacs-compat@30.1.0.1
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purplg/treebundel
Licenses:
Synopsis: Bundle related git-worktrees together
Description:

Documentation at https://melpa.org/#/treebundel

emacs-treefactor 20200516.1631
Propagated dependencies: emacs-dash@20250312.1307 emacs-f@20241003.1131 emacs-avy@20241101.1357
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/cyberthal/treefactor
Licenses:
Synopsis: Restructure your messy Org documents
Description:

Documentation at https://melpa.org/#/treefactor

chicken5-kd-tree 6.1
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/kd-tree
Licenses: GPL 3
Synopsis: K-D tree spatial indexing structure.
Description:

K-D tree spatial indexing structure.

rust-tree-sitter 0.20.4
Channel: tassos-guix
Location: tassos-guix/packages/crates-io.scm (tassos-guix packages crates-io)
Home page: https://github.com/tree-sitter/tree-sitter
Licenses: Expat
Synopsis: Rust bindings to the Tree-sitter parsing library
Description:

Rust bindings to the Tree-sitter parsing library

tree-sitter-yaml 0.5.0-0.0e36bed
Channel: rrr
Location: rrr/packages/tree-sitter.scm (rrr packages tree-sitter)
Home page: https://github.com/ikatyang/tree-sitter-yaml
Licenses: Expat
Synopsis: Tree-sitter YAML grammar
Description:

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

chicken5-rb-tree 6.2
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/rb-tree
Licenses: GPL 3
Synopsis: A sorted dictionary data structure based on red-black trees.
Description:

A sorted dictionary data structure based on red-black trees.

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
Synopsis: Tree-sitter Rust grammar
Description:

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

tree-sitter-heex 0.8.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/phoenixframework/tree-sitter-heex
Licenses: Expat
Synopsis: Tree-sitter Heex grammar
Description:

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

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
Synopsis: Tree-sitter JSON grammar
Description:

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

tree-sitter-test 0.3.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-test
Licenses: Expat
Synopsis: Tree-sitter grammar for Tree-sitter's corpus test files
Description:

This package provides Tree-sitter's grammar for corpus test files.

tree-sitter-toml 0.7.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-toml
Licenses: Expat
Synopsis: Tree-sitter TOML grammar
Description:

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

tree-sitter-twig 0.7.0-0.40d17f0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/kaermorchen/tree-sitter-twig
Licenses: MPL 2.0
Synopsis: Tree-sitter Twig grammar
Description:

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

Total results: 305