_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


pdiplugin-trace 1.10.1
Propagated dependencies: libyaml@0.2.5 paraconf@1.0.0 spdlog@1.13.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: The trace plugin generates a trace of what happens in PDI "data store"
Description:

PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.

intervalset 1.2.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://framagit.org/batsim/intervalset
Licenses: LGPL 3
Build system: meson
Synopsis: C++ library to manage sets of integral closed intervals
Description:

intervalset is a C++ library to manage sets of closed intervals of integers. This is a simple wrapper around Boost.Icl.

pdiplugin-decl-hdf5 1.10.1
Dependencies: hdf5@1.14.6
Propagated dependencies: libyaml@0.2.5 paraconf@1.0.0 spdlog@1.13.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: Serial version of the HDF5 plugin for PDI
Description:

Decl'HDF5 plugin enables one to read and write data from HDF5 files in a declarative way. Decl'HDF5 does not support the full HDF5 feature set but offers a simple declarative interface to access a large subset of it for the PDI library.

howard-hinnant-date 3.0.4
Dependencies: tzdata@2025a
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://howardhinnant.github.io/date/
Licenses: Expat
Build system: cmake
Synopsis: Date and time library based on the C++ chrono header
Description:

howardhinnant-date extends <chrono> to calendars and timezones, focusing on a seamless integration with the existing <chrono> library, type safety, performance and ease of use.

mdspan 0.6.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://github.com/kokkos/mdspan
Licenses: ASL 2.0
Build system: cmake
Synopsis: Reference implementation of mdspan targeting C++23
Description:

This package aims to provide a production-quality implementation of the ISO-C++ proposal P0009, which will add support for non-owning multi-dimensional array references to the C++ standard library.

pdiplugin-decl-netcdf 1.10.1
Dependencies: netcdf@4.9.0 hdf5@1.14.6
Propagated dependencies: libyaml@0.2.5 paraconf@1.0.0 spdlog@1.13.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: Serial version of the NetCDF plugin for PDI
Description:

Decl'NetCDF plugin allows interaction with the NetCDF software library and data format.

cpp-member-accessor 1.0.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://github.com/hliberacki/cpp-member-accessor
Licenses: Expat
Build system: cmake
Synopsis: Library providing legal access to C++ private members
Description:

Header only, fully template based library which enables accessing private data members. Techniques used by this library to achieve its purpose are fully legal and allowed by the standard. The library is based on Explicit instantiation of class template instantion.

clipp 1.2.3-0.2c32b2f
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://github.com/muellan/clipp
Licenses: Expat
Build system: cmake
Synopsis: Command line interfaces for modern C++
Description:

This package provides an easy to use, powerful and expressive command line argument handling library for C++11/14/17 contained in a single header file.

pdiplugin-pycall 1.10.1
Dependencies: python@3.11.14 pybind11@2.13.6
Propagated dependencies: libyaml@0.2.5 paraconf@1.0.0 spdlog@1.13.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: Pycall plugin for PDI
Description:

PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.

pdiplugin-mpi 1.10.1
Dependencies: openmpi@4.1.6
Propagated dependencies: libyaml@0.2.5 paraconf@1.0.0 spdlog@1.13.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: MPI plugin for PDI
Description:

PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.

chai 2025.12.0
Dependencies: camp@2025.12.0 openmpi@4.1.6 raja@2025.12.0 umpire@2025.12.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://github.com/LLNL/CHAI
Licenses: Modified BSD
Build system: cmake
Synopsis: C++ array-style interface for automatic data migration
Description:

CHAI is a C++ libary providing an array object that can be used transparently in multiple memory spaces. Data is automatically migrated based on copy-construction, allowing for correct data access regardless of location. CHAI can be used standalone, but is best when paired with the RAJA library, which has built-in CHAI integration that takes care of everything.

pdiplugin-decl-netcdf-parallel 1.10.1
Dependencies: hdf5-parallel-openmpi@1.14.6 netcdf-parallel-openmpi@4.9.0 openmpi@4.1.6
Propagated dependencies: pdiplugin-mpi@1.10.1
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: Parallel version of the NetCDF plugin for PDI
Description:

PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.

pdi+python 1.10.1
Dependencies: python@3.11.14 pybind11@2.13.6
Propagated dependencies: libyaml@0.2.5 paraconf@1.0.0 spdlog@1.13.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: PDI package with Python support
Description:

PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.

cpp-docopt 0.6.3
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://github.com/docopt/docopt.cpp
Licenses: Expat Boost 1.0
Build system: cmake
Synopsis: C++11 port of docopt, a Python command-line interface library
Description:

cpp-docopt helps you:

  • define the interface for your command-line app, and

  • automatically generate a parser for it.

cpp-docopt is based on conventions that have been used for decades in help messages and man pages for describing a program's interface.

pdiplugin-set-value 1.10.1
Propagated dependencies: libyaml@0.2.5 paraconf@1.0.0 spdlog@1.13.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: "set value" plugin for PDI
Description:

PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.

pdi 1.10.1
Propagated dependencies: libyaml@0.2.5 paraconf@1.0.0 spdlog@1.13.0
Channel: guix-science
Location: guix-science/packages/cpp.scm (guix-science packages cpp)
Home page: https://pdi.dev
Licenses: Modified BSD
Build system: cmake
Synopsis: Library allowing loose coupling between components
Description:

PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.

r-formr 0.7.4-8f77582
Propagated dependencies: r-dplyr@1.1.4 r-ggplot2@4.0.1 r-scales@1.4.0 r-haven@2.5.5 r-tidyr@1.3.1 r-knitr@1.50 r-httr@1.4.7 r-curl@7.0.0 r-jsonlite@2.0.0 r-lubridate@1.9.4 r-commonmark@2.0.0 r-rmarkdown@2.30 r-keyring@1.4.1
Channel: guix-science
Location: guix-science/packages/cran.scm (guix-science packages cran)
Home page: https://formr.org/
Licenses: FreeBSD
Build system: r
Synopsis: Helper functions for formr survey framework
Description:

The formr R package provides a few convenience functions that may be useful to the users of formr (formr.org), an online survey framework which heavily relies on R via openCPU. Some of the functions are for conveniently generating individual feedback graphics, some are just shorthands to make certain common operations in formr more palatable to R novices.

r-reactr 0.5.0
Propagated dependencies: r-htmltools@0.5.8.1
Channel: guix-science
Location: guix-science/packages/cran.scm (guix-science packages cran)
Home page: https://github.com/react-R/reactR
Licenses: Expat
Build system: r
Synopsis: React helpers
Description:

This package makes it easy to use React in R with htmlwidget scaffolds, helper dependency functions, an embedded Babel transpiler, and examples.

r-shinybusy 0.3.3
Propagated dependencies: r-htmltools@0.5.8.1 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-shiny@1.11.1
Channel: guix-science
Location: guix-science/packages/cran.scm (guix-science packages cran)
Home page: https://github.com/dreamRs/shinybusy
Licenses: GPL 3
Build system: r
Synopsis: Busy indicators and notifications for Shiny applications
Description:

This package adds indicators (spinner, progress bar, gif) that you can use in your Shiny applications to show the user that the server is busy. It also provides other tools to let your users know something is happening (send notifications, reports, ...).

r-bs4dash 2.3.4
Propagated dependencies: r-bslib@0.9.0 r-fresh@0.2.2 r-htmltools@0.5.8.1 r-httpuv@1.6.16 r-httr@1.4.7 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-shiny@1.11.1 r-waiter@0.2.5-1.927501b
Channel: guix-science
Location: guix-science/packages/cran.scm (guix-science packages cran)
Home page: https://rinterface.github.io/bs4Dash/index.html
Licenses: GPL 2+
Build system: r
Synopsis: Bootstrap 4 version of shinydashboard
Description:

Make Bootstrap 4 Shiny dashboards. Use the full power of AdminLTE3, a dashboard template built on top of Bootstrap 4.

r-reactable 0.4.4
Propagated dependencies: r-crosstalk@1.2.2 r-digest@0.6.39 r-dplyr@1.1.4 r-htmltools@0.5.8.1 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-reactr@0.5.0 r-shiny@1.11.1
Channel: guix-science
Location: guix-science/packages/cran.scm (guix-science packages cran)
Home page: https://glin.github.io/reactable/
Licenses: Expat
Build system: r
Synopsis: Interactive data tables based on React Table'
Description:

This package provides interactive data tables for R, based on the React Table JavaScript library. It provides an HTML widget that can be used in R Markdown documents and Shiny applications, or viewed from an R console.

r-diagrammersvg 0.1
Propagated dependencies: r-v8@8.0.1
Channel: guix-science
Location: guix-science/packages/cran.scm (guix-science packages cran)
Home page: https://github.com/rich-iannone/DiagrammeRsvg
Licenses: Expat
Build system: r
Synopsis: Export DiagrammeR graphviz graphs as SVG
Description:

This package allows exporting a DiagrammeR Graphviz objects to SVG.

r-swagger 3.33.1
Channel: guix-science
Location: guix-science/packages/cran.scm (guix-science packages cran)
Home page: https://github.com/rstudio/swagger
Licenses: ASL 2.0
Build system: r
Synopsis: Dynamically generate documentation from a Swagger compliant API
Description:

This package provides a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger compliant API.

r-reactlog 1.1.1
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-science
Location: guix-science/packages/cran.scm (guix-science packages cran)
Home page: https://rstudio.github.io/reactlog/
Licenses: GPL 3
Build system: r
Synopsis: Reactivity visualizer for Shiny
Description:

Building interactive web applications with R is incredibly easy with Shiny. Behind the scenes, Shiny builds a reactive graph that can quickly become intertwined and difficult to debug. The reactlog package provides a visual insight into that black box of Shiny reactivity by constructing a directed dependency graph of the application's reactive state at any time point in a reactive recording.

Page: 13456724
Total packages: 563