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

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.


kokkos 4.6.02
Dependencies: hwloc@2.13.0 memkind@1.13.0
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/kokkos/kokkos
Licenses: ASL 2.0
Build system: cmake
Synopsis: C++ abstractions for parallel execution and data management
Description:

Kokkos Core implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms. For that purpose it provides abstractions for both parallel execution of code and data management. Kokkos is designed to target complex node architectures with N-level memory hierarchies and multiple types of execution resources.

cpp-httplib 0.20.0
Dependencies: brotli@1.1.0 openssl@3.5.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/yhirose/cpp-httplib
Licenses: Expat
Build system: cmake
Synopsis: C++ HTTP/HTTPS server and client library
Description:

cpp-httplib is a C++11 single-file cross platform blocking HTTP/HTTPS library, easy to setup. It can also be used as a single-header library.

c2ffi 18.1.0.0
Dependencies: clang@18.1.8
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/rpav/c2ffi
Licenses: GPL 2+
Build system: cmake
Synopsis: Clang-based FFI wrapper generator
Description:

c2ffi is a tool for extracting definitions from C, C++, and Objective C headers for use with foreign function call interfaces. It uses the Clang/LLVM infrastructure to extract the data, and emits it in various formats, including json.

hyprgraphics 0.5.1
Dependencies: cairo@1.18.4 file@5.46 hyprutils@0.13.1 libdrm@2.4.131 libpng@1.6.39 libjpeg-turbo@2.1.4 libjxl@0.11.1 librsvg@2.58.5 libwebp@1.3.2 mesa@26.0.2 pango@1.56.4 pixman@0.46.4 spng@0.7.2
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://wiki.hypr.land/Hypr-Ecosystem/hyprgraphics/
Licenses: Modified BSD
Build system: cmake
Synopsis: Hyprland graphics/resource utilities
Description:

Hyprgraphics is a small C++ library with graphics/resource related utilities used across the hypr* ecosystem.

tsl-sparse-map 0.6.2
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/Tessil/sparse-map
Licenses: Expat
Build system: cmake
Synopsis: Sparse hash map
Description:

This package provides a C++ implementation of a hash map and a hash set with open addressing and sparse quadratic probing. It is intended to be memory efficient and provides additional features, such as heterogeneous lookups and different growth policies.

libbinio 1.5-0.e88dad0
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: http://adplug.github.io/libbinio/
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Binary I/O stream class library
Description:

This binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation.

hyprwire 0.3.1
Dependencies: hyprutils@0.13.1 libffi@3.4.6 pugixml@1.12.1
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/hyprwm/hyprwire
Licenses: Modified BSD
Build system: cmake
Synopsis: Fast and consistent wire protocol for IPC
Description:

This package provides a fast and consistent wire protocol, and its implementation. This is essentially a method for processes to talk to each other.

xbyak 7.30
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/herumi/xbyak
Licenses: Modified BSD
Build system: cmake
Synopsis: JIT assembler for x86(IA-32)/x64(AMD64/x86-64) architecture
Description:

Xbyak is a C++ header-only JIT assembler for x86(IA-32), x64(AMD64/x86-64) architecture. It supports MASM/NASM-like syntax and advanced instruction sets including AVX-512, APX, and AVX10.2.

argagg 0.4.7
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/vietjtnguyen/argagg
Licenses: Expat
Build system: cmake
Synopsis: C++11 command line argument parser
Description:

ArgAgg is yet another C++ command line argument/option parser. It was written as a simple and idiomatic alternative to other frameworks like getopt, Boost program options, TCLAP, and others. The goal is to achieve the majority of argument parsing needs in a simple manner with an easy to use API.

biblesync 2.1.0
Dependencies: util-linux@2.40.4
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/karlkleinpaste/biblesync
Licenses: Public Domain
Build system: cmake
Synopsis: C++ library implementing the BibleSync protocol
Description:

BibleSync is a multicast protocol to support Bible software shared co-navigation. The premise is that there is a local network over which to multicast Bible navigation, and someone, possibly several someones, will transmit, and others will receive. The library implementing the protocol is a single C++ class providing a complete yet minimal public interface to support mode setting, setup for packet reception, transmit on local navigation, and handling of incoming packets.

cppi 1.18
Channel: guix
Location: gnu/packages/cppi.scm (gnu packages cppi)
Home page: https://www.gnu.org/software/cppi/
Licenses: GPL 3+
Build system: gnu
Synopsis: Indent C preprocessor directives to reflect nesting and more
Description:

GNU Cppi processes C source code files to properly indent the preprocessor directives to reflect their nesting. It also performs other standardizations, such as correcting the number of spaces between directives and the text following them.

r-tkrplot 0.0-32
Dependencies: libx11@1.8.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=tkrplot
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Place R graphics in a Tk widget
Description:

The tkrplot package lets you place R graphics in a Tk, cross-platform graphical user interface toolkit widget.

r-accelmissing 2.2
Propagated dependencies: r-mice@3.19.0 r-pscl@1.5.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/accelmissing/
Licenses: GPL 2+
Build system: r
Synopsis: Missing value imputation for accelerometer data
Description:

This package provides a statistical method to impute the missing values in accelerometer data. The methodology includes both parametric and semi-parametric multiple imputations under the zero-inflated Poisson lognormal model. It also provides multiple functions to preprocess the accelerometer data previous to the missing data imputation. These include detecting the wearing and the non-wearing time, selecting valid days and subjects, and creating plots.

r-imifa 2.2.0
Propagated dependencies: r-matrixstats@1.5.0 r-mclust@6.1.2 r-mvnfast@0.2.8 r-rfast@2.1.5.2 r-slam@0.1-55 r-viridislite@0.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=IMIFA
Licenses: GPL 3+
Build system: r
Synopsis: Infinite mixtures of infinite factor analysers and related models
Description:

This package provides flexible Bayesian estimation of IMIFA and related models, for nonparametrically clustering high-dimensional data. The IMIFA model conducts Bayesian nonparametric model-based clustering with factor analytic covariance structures without recourse to model selection criteria to choose the number of clusters or cluster-specific latent factors, mostly via efficient Gibbs updates. Model-specific diagnostic tools are also provided, as well as many options for plotting results, conducting posterior inference on parameters of interest, posterior predictive checking, and quantifying uncertainty.

r-paletteer 1.7.0
Propagated dependencies: r-cli@3.6.6 r-prismatic@1.1.2 r-rematch2@2.1.2 r-rlang@1.2.0 r-rstudioapi@0.18.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/EmilHvitfeldt/paletteer
Licenses: GPL 3
Build system: r
Synopsis: Comprehensive collection of color palettes
Description:

The choices of color palettes in R can be quite overwhelming with palettes spread over many packages with many different API's. This package aims to collect all color palettes across the R ecosystem under the same package with a streamlined API.

r-mlr3cluster 0.3.0
Propagated dependencies: r-backports@1.5.1 r-checkmate@2.3.4 r-cluster@2.1.8.2 r-data-table@1.18.4 r-fpc@2.2-14 r-mlr3@1.6.0 r-mlr3misc@0.21.0 r-paradox@1.0.1 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3cluster.mlr-org.com
Licenses: LGPL 3
Build system: r
Synopsis: Cluster extension for mlr3
Description:

This package extends the mlr3 package with cluster analysis.

r-libcoin 1.0-12
Propagated dependencies: r-mvtnorm@1.3-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/libcoin
Licenses: GPL 2
Build system: r
Synopsis: Linear test statistics for permutation inference
Description:

This package provides basic infrastructure for linear test statistics and permutation inference in the framework of Strasser and Weber (1999).

r-ztable 0.2.3
Propagated dependencies: r-flextable@0.9.11 r-magrittr@2.0.5 r-officer@0.7.5 r-rcolorbrewer@1.1-3 r-rstudioapi@0.18.0 r-scales@1.4.0 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ztable
Licenses: GPL 2+
Build system: r
Synopsis: Zebra-striped tables in LaTeX and HTML formats for R
Description:

This package provides functions to make zebra-striped tables (tables with alternating row colors) in LaTeX and HTML formats easily from data.frame, matrix, lm, aov, anova, glm, coxph, nls, fitdistr, mytable and cbind.mytable objects.

r-prismatic 1.1.2
Propagated dependencies: r-farver@2.1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/EmilHvitfeldt/prismatic
Licenses: Expat
Build system: r
Synopsis: Color manipulation tools
Description:

Manipulate and visualize colors in a intuitive, low-dependency and functional way.

r-cubature 2.1.4-1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/bnaras/cubature
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Adaptive multivariate integration over hypercubes
Description:

This package is an R wrapper around the cubature C library for adaptive multivariate integration over hypercubes. This version provides both hcubature and pcubature routines in addition to a vector interface.

r-modelenv 0.2.0
Propagated dependencies: r-cli@3.6.6 r-glue@1.8.1 r-rlang@1.2.0 r-tibble@3.3.1 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidymodels/modelenv
Licenses: Expat
Build system: r
Synopsis: Tools for registering models for use in tidymodels
Description:

This is a developer-focused, low dependency package in tidymodels that provides functions to register how models are to be used. Functions to register models are complimented with accessor functions to retrieve registered model information to aid in model fitting and error handling.

r-rcppml 0.3.7.1
Propagated dependencies: r-matrix@1.7-5 r-rcpp@1.1.1-1.1 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/zdebruine/RcppML
Licenses: GPL 2+
Build system: r
Synopsis: Rcpp machine learning library
Description:

This package provides fast machine learning algorithms including matrix factorization and divisive clustering for large sparse and dense matrices.

r-segmented 2.2-1
Propagated dependencies: r-mass@7.3-65 r-nlme@3.1-169
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/segmented
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Regression models with breakpoints estimation
Description:

Given a regression model, segmented updates the model by adding one or more segmented (i.e., piecewise-linear) relationships. Several variables with multiple breakpoints are allowed.

r-gldex 2.0.0.9.4
Propagated dependencies: r-cluster@2.1.8.2 r-spacefillr@0.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=GLDEX
Licenses: GPL 3+
Build system: r
Synopsis: Fitting single and mixture of generalised lambda distributions
Description:

GLDEX offers fitting algorithms corresponding to two major objectives. One is to provide a smoothing device to fit distributions to data using the weighted and unweighted discretised approach based on the bin width of the histogram. The other is to provide a definitive fit to the data set using the maximum likelihood and quantile matching estimation. Other methods such as moment matching, starship method, and L moment matching are also provided. Diagnostics on goodness of fit can be done via qqplots, KS-resample tests and comparing mean, variance, skewness and kurtosis of the data with the fitted distribution.

Total packages: 73980