_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-tree-sitter-ess-r 20250729.1500
Propagated dependencies: emacs-ess@20251015.1619 emacs-tree-sitter@20220212.1632 emacs-tree-sitter-langs@20251019.1145
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ShuguangSun/tree-sitter-ess-r
Licenses:
Synopsis: R with tree-sitter
Description:

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

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

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

This variant provides Python bindings.

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

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

This variant provides Python bindings.

cl-concrete-syntax-tree 0.2.0-0.3729172
Propagated dependencies: cl-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
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
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-ispell 20240610.2252
Propagated dependencies: emacs-tree-sitter@20220212.1632
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/erickgnavar/tree-sitter-ispell.el
Licenses:
Synopsis: Run ispell on tree-sitter text nodes
Description:

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

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

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

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

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

tree-sitter-markdown-gfm 0.4.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/MDeiml/tree-sitter-markdown
Licenses: Expat
Synopsis: Tree-sitter Markdown (CommonMark Spec v0.30) grammars
Description:

This package provides Markdown (CommonMark Spec v0.30) grammars for the Tree-sitter library.

ecl-concrete-syntax-tree 0.2.0-0.3729172
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
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-1.4bd9795 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
Synopsis: nerd-icons theme for treemacs
Description:

nerd-icons theme for treemacs

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

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

emacs-treemacs-nerd-icons 20251024.1914
Propagated dependencies: emacs-nerd-icons@20251028.2250 emacs-treemacs@20250907.1320
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses:
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:
Synopsis: Themes for dir-treeview
Description:

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

emacs-treemacs-nerd-icons 0.0.1-1
Propagated dependencies: emacs-nerd-icons@0.1.0-1.4bd9795 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+
Synopsis: emacs-treemacs-nerd-icons
Description:

This package provides nerd-icons integration for treemacs.

python-tree-sitter-python 0.23.6
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-python
Licenses: Expat
Synopsis: Tree-sitter Python grammar
Description:

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

This variant provides Python bindings.

emacs-treemacs-extra-2024 3.1-2024
Dependencies: python@3.11.11
Propagated dependencies: emacs-ace-window@0.10.0 emacs-cfrs@1.7.0 emacs-dash@2.20.0 emacs-f@0.21.0 emacs-ht@2.3 emacs-hydra@0.15.0 emacs-pfuture@1.10.3 emacs-s@1.13.0 emacs-all-the-icons@5.0.0 emacs-evil@1.15.0-0.008a6cd emacs-magit@4.4.2 emacs-projectile@2.9.1 emacs-persp-mode@3.0.9 emacs-perspective@2.20 emacs-treemacs@3.2 mu@1.12.11
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses: GPL 3+
Synopsis: Emacs tree style file explorer
Description:

Treemacs is a file and project explorer similar to NeoTree or Vim's NerdTree, but largely inspired by the Project Explorer in Eclipse. It shows the file system outlines of your projects in a simple tree layout allowing quick navigation and exploration, while also possessing basic file management utilities.

sbcl-concrete-syntax-tree 0.2.0-0.3729172
Dependencies: sbcl-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
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-perspective 20250320.2145
Propagated dependencies: emacs-treemacs@20250907.1320 emacs-perspective@20250523.1316 emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses:
Synopsis: Perspective integration for treemacs
Description:

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

emacs-treemacs-icons-dired 20250320.2145
Propagated dependencies: emacs-treemacs@20250907.1320
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses:
Synopsis: Treemacs icons for dired
Description:

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

emacs-elementaryx-treemacs 2.2.1
Propagated dependencies: emacs-cfrs@1.7.0 emacs-treemacs-extra-2024@3.1-2024
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-treemacs
Licenses: CeCILL-C
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix. Setup for treemacs.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix. Setup for treemacs.

r-treesummarizedexperiment 2.16.1
Propagated dependencies: r-ape@5.8-1 r-biocgenerics@0.54.0 r-biocparallel@1.42.0 r-biostrings@2.76.0 r-dplyr@1.1.4 r-iranges@2.42.0 r-rlang@1.1.6 r-s4vectors@0.46.0 r-singlecellexperiment@1.30.1 r-summarizedexperiment@1.38.1 r-treeio@1.32.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/TreeSummarizedExperiment
Licenses: GPL 2+
Synopsis: S4 class for data with tree structures
Description:

TreeSummarizedExperiment extends SingleCellExperiment to include hierarchical information on the rows or columns of the rectangular data.

Total results: 305