_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-cucumber-core 11.1.0
Propagated dependencies: ruby-cucumber-gherkin@26.1.0 ruby-cucumber-messages@21.0.1 ruby-cucumber-tag-expressions@5.0.1
Channel: guix
Location: gnu/packages/ruby-check.scm (gnu packages ruby-check)
Home page: https://cucumber.io/
Licenses: Expat
Synopsis: Core library for the Cucumber BDD app
Description:

Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team.

r-manipulatewidget 0.11.1
Propagated dependencies: r-base64enc@0.1-3 r-codetools@0.2-20 r-htmltools@0.5.8.1 r-htmlwidgets@1.6.4 r-knitr@1.50 r-miniui@0.1.2 r-shiny@1.10.0 r-shinyjs@2.1.0 r-webshot@0.5.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rte-antares-rpackage/manipulateWidget/
Licenses: GPL 2+
Synopsis: Add even more interactivity to interactive charts
Description:

This package lets you create in just a few lines of R code a nice user interface to modify the data or the graphical parameters of one or multiple interactive charts. It is useful to quickly explore visually some data or for package developers to generate user interfaces easy to maintain.

r-alabaster-matrix 1.8.0
Propagated dependencies: r-alabaster-base@1.8.0 r-biocgenerics@0.54.0 r-delayedarray@0.34.1 r-hdf5array@1.36.0 r-matrix@1.7-3 r-rcpp@1.0.14 r-rhdf5@2.52.0 r-s4arrays@1.8.0 r-s4vectors@0.46.0 r-sparsearray@1.8.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/alabaster.matrix
Licenses: Expat
Synopsis: Load and save artifacts from file
Description:

This is a package for saving matrices, arrays and similar objects into file artifacts, and loading them back into memory. This is a more portable alternative to serialization of such objects into RDS files. Each artifact is associated with metadata for further interpretation; downstream applications can enrich this metadata with context-specific properties.

emacs-eval-in-repl 0.9.7
Propagated dependencies: emacs-dash@2.20.0 emacs-paredit@26 emacs-ace-window@0.10.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kaz-yos/eval-in-repl
Licenses: Expat
Synopsis: One keybinding to communicate with REPLs
Description:

eval-in-repl provides a consistent ESS-like evaluation interface for various REPLs. In particular, it mimics ESS' C-RET binding, which sends a line or region to an appropriately configured shell. This package provides just the core of eval-in-repl---for the languages themselves, see their respective packages.

ghc-raw-strings-qq 1.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/23Skidoo/raw-strings-qq
Licenses: Modified BSD
Synopsis: Raw string literals for Haskell
Description:

This package provides a quasiquoter for raw string literals, i.e. string literals that don't recognise the standard escape sequences. Basically, they make your code more readable by freeing you from the responsibility to escape backslashes. They are useful when working with regular expressions, DOS/Windows paths and markup languages (such as XML).

perl-regexp-common 2017060201
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Regexp-Common
Licenses: GPL 1+ X11 Modified BSD
Synopsis: Provide commonly requested regular expressions
Description:

This module exports a single hash (%RE) that stores or generates commonly needed regular expressions. Patterns currently provided include: balanced parentheses and brackets, delimited text (with escapes), integers and floating-point numbers in any base (up to 36), comments in 44 languages, offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip codes.

python-flask-restx 1.3.0
Propagated dependencies: python-aniso8601@10.0.1 python-flask@3.1.0 python-importlib-resources@6.5.2 python-jsonschema@4.23.0 python-pytz@2025.1 python-werkzeug@3.1.3
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-restx/flask-restx
Licenses: Modified BSD
Synopsis: Framework for fast, easy and documented API development with Flask
Description:

Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.

python-ruamel.yaml 0.18.14
Propagated dependencies: python-ruamel.yaml.clib@0.2.12
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://sourceforge.net/projects/ruamel-yaml/
Licenses: Expat
Synopsis: YAML 1.2 parser/emitter
Description:

This package provides YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order. It is a derivative of Kirill Simonov’s PyYAML 3.11. It supports YAML 1.2 and has round-trip loaders and dumpers. It supports comments. Block style and key ordering are kept, so you can diff the source.

python-ruamel.yaml 0.16.13
Propagated dependencies: python-ruamel.yaml.clib@0.2.12
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://sourceforge.net/projects/ruamel-yaml/
Licenses: Expat
Synopsis: YAML 1.2 parser/emitter
Description:

This package provides YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order. It is a derivative of Kirill Simonov’s PyYAML 3.11. It supports YAML 1.2 and has round-trip loaders and dumpers. It supports comments. Block style and key ordering are kept, so you can diff the source.

r-acousticndlcoder 1.0.2
Propagated dependencies: r-seewave@2.2.3 r-tuner@1.4.7 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/AcousticNDLCodeR/
Licenses: GPL 2+
Synopsis: Coding sound files for use with NDL
Description:

Make acoustic cues to use with the R package ndl. The package implements functions used in the PLoS ONE paper "Words from spontaneous conversational speech can be recognized with human-like accuracy by an error-driven learning algorithm that discriminates between meanings straight from smart acoustic features, bypassing the phoneme as recognition unit." doi:10.1371/journal.pone.0174623

texlive-pst-rubans 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/pst-rubans
Licenses: LPPL (any version)
Synopsis: Draw three-dimensional ribbons
Description:

The package uses PStricks and pst-solides3d to draw three dimensional ribbons on a cylinder, torus, sphere, cone or paraboloid. The width of the ribbon, the number of turns, the colour of the outer and the inner surface of the ribbon may be set. In the case of circular and conical helices, one may also choose the number of ribbons.

ruby-public-suffix 4.0.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://simonecarletti.com/code/publicsuffix-ruby/
Licenses: Expat
Synopsis: Domain name parser
Description:

The gem public_suffix is a domain name parser, written in Ruby, and based on the Public Suffix List. A public suffix is one under which Internet users can (or historically could) directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes.

texlive-revquantum 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/revquantum
Licenses: LPPL 1.3+
Synopsis: Hacks to make writing quantum papers for revtex4-1 less painful
Description:

This package provides a number of useful hacks to solve common annoyances with the revtex4-1 package, and to define notation in common use within quantum information. In doing so, it imports and configures a number of commonly-available and used packages, and where reasonable, provides fallbacks. It also warns when users try to load packages which are known to be incompatible with revtex4-1.

texlive-responsive 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/responsive
Licenses: LPPL 1.3+
Synopsis: Responsive design methods for LaTeX
Description:

Responsive design aims to display text and other design elements well on variety of outputs, including electronic devices or various paper sizes. This package tries to achieve similar results with LaTeX. The main aim is to support the output of multiple editions of one document with readable font sizes regardless of the physical size of the produced PDF, from smartphones or e-ink readers to printed A4 pages.

texlive-recipebook 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/recipebook
Licenses: LPPL 1.3+
Synopsis: Typeset 5.5" x 8" recipes for browsing or printing
Description:

This is a LaTeX2e class for typesetting recipes. It is designed for typesetting one or two recipes per page, with dimensions of 5.5 x 8.5. The hyperlinked table of contents and page numbers make browsing recipes convenient, and the pages can be joined together or printed two per sheet to normal letterpaper easily. The size was chosen to work in half-page 3-ring binder cover sheets.

r-statsexpressions 1.7.0
Propagated dependencies: r-afex@1.4-1 r-bayesfactor@0.9.12-4.7 r-bayestestr@0.16.0 r-correlation@0.8.7 r-datawizard@1.1.0 r-dplyr@1.1.4 r-effectsize@1.0.1 r-glue@1.8.0 r-insight@1.3.0 r-magrittr@2.0.3 r-parameters@0.26.0 r-performance@0.14.0 r-pmcmrplus@1.9.12 r-purrr@1.0.4 r-rlang@1.1.6 r-rstantools@2.4.0 r-tidyr@1.3.1 r-withr@3.0.2 r-wrs2@1.1-7 r-zeallot@0.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://indrajeetpatil.github.io/statsExpressions/
Licenses: GPL 3
Synopsis: Dataframes and expressions with statistical details
Description:

This package provides tools for creating detailed dataframes for common statistical approaches and tests. These include parametric, nonparametric, robust, and Bayesian t-test, one-way ANOVA, correlation analyses, contingency table analyses, and meta-analyses. The functions are pipe-friendly and provide a consistent syntax to work with tidy data. These dataframes additionally contain expressions with statistical details, and can be used in graphing packages. This package also forms the statistical processing backend for ggstatsplot.

texlive-tikz-relay 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/tikz-relay
Licenses: LPPL 1.0+
Synopsis: TikZ library for typesetting electrical diagrams
Description:

This package contains a collection of symbols for typesetting electrical wiring diagrams for relay control systems. The symbols are meant to be in agreement with the international standard IEC-60617 which has been adopted worldwide, with perhaps the exception of the USA. It extends and modifies, when needed, the TikZ-library circuits.ee.IEC. A few non-standard symbols are also included mainly to be used in presentations, particularly with the beamer package.

r-metaboannotation 1.14.0
Channel: guix-bioc
Location: guix-bioc/packages/m.scm (guix-bioc packages m)
Home page: https://github.com/RforMassSpectrometry/MetaboAnnotation
Licenses: Artistic License 2.0
Synopsis: Utilities for Annotation of Metabolomics Data
Description:

High level functions to assist in annotation of (metabolomics) data sets. These include functions to perform simple tentative annotations based on mass matching but also functions to consider m/z and retention times for annotation of LC-MS features given that respective reference values are available. In addition, the function provides high-level functions to simplify matching of LC-MS/MS spectra against spectral libraries and objects and functionality to represent and manage such matched data.

racket-with-ffmpeg 8.18
Dependencies: ffmpeg@8.0 cairo@1.18.4 fontconfig-minimal@2.14.0 glib@2.83.3 glu@9.0.2 gmp@6.3.0 gtk+@3.24.49 libjpeg-turbo@2.1.4 libpng@1.6.39 libx11@1.8.12 mesa@25.2.3 mpfr@4.2.2 pango@1.54.0 unixodbc@2.3.9 libedit@20191231-3.1 racket-minimal@8.18 racket-vm-cs@8.18
Channel: tassos-guix
Location: tassos-guix/packages/racket-with-ffmpeg.scm (tassos-guix packages racket-with-ffmpeg)
Home page: https://racket-lang.org
Licenses: ASL 2.0 Expat
Synopsis: Programmable programming language in the Scheme family
Description:

Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is also a platform for language-oriented programming, from small domain-specific languages to complete language implementations.

The main Racket distribution comes with many bundled packages, including the DrRacket IDE, libraries for GUI and web programming, and implementations of languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog.

metis4parmetis-r64 4.0.3
Dependencies: openblas@0.3.30
Channel: guix-hpc-non-free
Location: non-free/parmetis.scm (non-free parmetis)
Home page: http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview
Licenses: ASL 2.0
Synopsis: Graph partitioning and fill-reducing matrix ordering library (built out of Parmetis with 64-bit real)
Description:

ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs, meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning schemes developed in our lab.

android-udev-rules 20250525
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://github.com/M0Rf30/android-udev-rules
Licenses: GPL 3+
Synopsis: udev rules for Android devices
Description:

Provides a set of udev rules to allow using Android devices with tools such as adb and fastboot without root privileges. This package is intended to be added as a rule to the udev-service-type in your operating-system configuration. Additionally, an adbusers group must be defined and your user added to it.

Simply installing this package will not have any effect. It is meant to be passed to the udev service.

r-decomplexdisease 1.18.0
Propagated dependencies: r-biocparallel@1.42.0 r-complexheatmap@2.24.0 r-deseq2@1.48.1 r-edger@4.6.2 r-rcpp@1.0.14 r-summarizedexperiment@1.38.1
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/DEComplexDisease
Licenses: GPL 3
Synopsis: Investigations of complex diseases by bi-clustering analysis
Description:

DEComplexDisease is designed to find the DEGs for complex disease, which is characterized by the heterogeneous genomic expression profiles. Different from the established DEG analysis tools, it does not assume the patients of complex diseases to share the common DEGs. By applying a bi-clustering algorithm, DEComplexDisease finds the DEGs shared by as many patients. Applying the DEComplexDisease analysis results, users are possible to find the patients affected by the same mechanism based on the shared signatures.

r-pasillabamsubset 0.46.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/pasillaBamSubset
Licenses: LGPL 2.0+
Synopsis: Subset of BAM files from "Pasilla" experiment
Description:

This package provides a subset of BAM files untreated1.bam (single-end reads) and untreated3.bam (paired-end reads) from "Pasilla" experiment (Pasilla knock-down by Brooks et al., Genome Research 2011). See the vignette in the pasilla data package for how BAM files untreated1.bam and untreated3.bam were obtained from the RNA-Seq read sequence data that is provided by NCBI Gene Expression Omnibus under accession numbers GSM461176 to GSM461181. It also contains the DNA sequence for fly chromosome 4 to which the reads can be mapped.

ruby-character-set 1.8.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jaynetics/character_set
Licenses: Expat
Synopsis: Ruby library to manipulate Unicode
Description:

CharacterSet is a C-extended Ruby library to work with sets of Unicode code points. It can read and write these sets in various formats and implements the stdlib Set interface for them. It also offers an alternate paradigm of String processing which grants much better performance than Regexp and String methods from the stdlib where applicable. Many parts can be used independently, e.g.:

  • CharacterSet::Character

  • CharacterSet::Parser

  • CharacterSet::Writer

  • RangeCompressor

Total results: 7783