_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-compile-multi-nerd-icons 20250101.2156
Propagated dependencies: emacs-nerd-icons-completion@20241221.1846
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mohkale/compile-multi
Licenses:
Synopsis: Affixate `compile-multi' with nerd icons
Description:

Documentation at https://melpa.org/#/compile-multi-nerd-icons

python-multiprocessing-on-dill 3.5.0a4
Propagated dependencies: python-dill@0.3.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/sixty-north/multiprocessing_on_dill
Licenses: Python Software Foundation License
Synopsis: Multiprocessing using dill instead of pickle
Description:

This package provides a friendly fork of multiprocessing which uses dill instead of pickle.

python-multiprocessing-logging 0.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jruere/multiprocessing-logging
Licenses: LGPL 3+
Synopsis: Manage logs from multiple processes
Description:

This Python module implements a multiprocessing-aware Handler that, when set on the root Logger, will tunnel log records to the main process so that they are handled correctly.

r-mulvariaterandomforestvarimp 0.0.2
Propagated dependencies: r-multivariaterandomforest@1.1.5 r-mass@7.3-61
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/Megatvini/VIM/
Licenses: GPL 3+
Synopsis: Variable Importance Measures for Multivariate Random Forests
Description:

Calculates two sets of post-hoc variable importance measures for multivariate random forests. The first set of variable importance measures are given by the sum of mean split improvements for splits defined by feature j measured on user-defined examples (i.e., training or testing samples). The second set of importance measures are calculated on a per-outcome variable basis as the sum of mean absolute difference of node values for each split defined by feature j measured on user-defined examples (i.e., training or testing samples). The user can optionally threshold both sets of importance measures to include only splits that are statistically significant as measured using an F-test.

go-github-com-munnerz-goautoneg 0.0.0-20191010083416-a7dc8b61c822
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/munnerz/goautoneg
Licenses: Modified BSD
Synopsis: HTTP Content-Type Autonegotiation
Description:

This package implements RFC 2616 HTTP/1.1 standard.

go-github-com-spaolacci-murmur3 1.1.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/spaolacci/murmur3
Licenses: Modified BSD
Synopsis: Native MurmurHash3 Go implementation
Description:

Native Go implementation of Austin Appleby's third MurmurHash revision (aka MurmurHash3). Reference algorithm has been slightly hacked as to support the streaming mode required by Go's standard Hash interface.

go-github-com-muesli-combinator 0.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/muesli/combinator
Licenses: Expat
Synopsis: Cancelable reader for Go
Description:

combinator generates a slice of all possible value combinations for any given struct and a set of its potential member values. This can be used to generate extensive test matrixes among other things.

python-multiscale-spatial-image 1.0.0
Propagated dependencies: insight-toolkit@5.0.0 python-dask@2024.4.2 python-dask-image@2023.8.1 python-numpy@1.24.4 python-spatial-image@1.0.0 python-xarray@2023.12.0 python-xarray-datatree@0.0.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/spatial-image/multiscale-spatial-image
Licenses: ASL 2.0
Synopsis: Multi-dimensional spatial image data structure
Description:

This package lets you generate a multiscale, chunked, multi-dimensional spatial image data structure that can serialized to OME-NGFF. Each scale is a scientific Python Xarray spatial-image Dataset, organized into nodes of an Xarray Datatree.

go-github-com-muesli-cancelreader 0.2.2
Propagated dependencies: go-golang-org-x-sys@0.28.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/muesli/cancelreader
Licenses: Expat
Synopsis: Cancelable reader for Golang
Description:

This package provides a cancelable reader for Go.

emacs-compile-multi-all-the-icons 20250101.2156
Propagated dependencies: emacs-all-the-icons-completion@20240128.2048
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mohkale/compile-multi
Licenses:
Synopsis: Affixate `compile-multi' with icons
Description:

Documentation at https://melpa.org/#/compile-multi-all-the-icons

mumps-mkl-openmpi-with-pt-scotch-6 5.5.1
Dependencies: pt-scotch@6.1.1 openmpi@4.1.6 intel-oneapi-mkl@2023.2.0 gfortran@11.4.0 metis@5.1.0
Channel: guix-hpc-non-free
Location: hacky/mumps-mkl.scm (hacky mumps-mkl)
Home page: http://mumps.enseeiht.fr
Licenses: CeCILL-C
Synopsis: Multifrontal sparse direct solver (with MPI and IntelĀ® MKL)
Description:

MUMPS (MUltifrontal Massively Parallel sparse direct Solver) solves a sparse system of linear equations A x = b using Gaussian elimination.

go-github-com-gxed-hashland-murmur3 0.0.1
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/gxed/hashland
Licenses: Expat
Synopsis: Golang implementation of MurmurHash3 algorithm
Description:

This package provides a native Go implementation of Austin Appleby's third MurmurHash revision (aka MurmurHash3).

go-github-com-multiformats-go-base36 0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/multiformats/go-base36
Licenses: ASL 2.0 Expat
Synopsis: Optimized @code{base36} codec for Go
Description:

Optimized codec for []byte <=> base36 string conversion.

go-github-com-multiformats-go-base32 0.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/multiformats/go-base32
Licenses: Modified BSD
Synopsis: Go @code{base32} encoding package with @code{NoPadding} option
Description:

base32 encoding package from Go with NoPadding option

go-github-com-multiformats-go-varint 0.0.7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/multiformats/go-varint
Licenses: Expat
Synopsis: Varint helpers that enforce minimal encoding
Description:

This package provides a functionality for encoding and decoding unsigned varints.

go-github-com-hashicorp-go-multierror 1.0.0
Dependencies: go-github-com-hashicorp-errwrap@1.0.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/hashicorp/go-multierror
Licenses: MPL 2.0
Synopsis: Go library providing a list of error values as a single error
Description:

go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.

go-github-com-hashicorp-go-multierror 1.1.1
Propagated dependencies: go-github-com-hashicorp-errwrap@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/go-multierror
Licenses: MPL 2.0
Synopsis: Representing a errors list as a single error for Golang
Description:

go-multierror is Golang module providing a mechanism for representing a list of error values as a single error. It is fully compatible with the standard errors package, including the functions As, Is, and Unwrap. This provides a standardized approach for introspecting on error values.

go-github-com-multiformats-go-multihash 0.2.3
Propagated dependencies: go-github-com-minio-sha256-simd@0.1.1 go-github-com-mr-tron-base58@1.2.0 go-github-com-multiformats-go-varint@0.0.7 go-github-com-spaolacci-murmur3@1.1.0 go-golang-org-x-crypto@0.31.0 go-lukechampine-com-blake3@1.1.5
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/multiformats/go-multihash
Licenses: Expat
Synopsis: Multihash implementation in Go
Description:

Multihash implementation in Go.

go-github-com-multiformats-go-multibase 0.2.0
Propagated dependencies: go-github-com-mr-tron-base58@1.2.0 go-github-com-multiformats-go-base32@0.1.0 go-github-com-multiformats-go-base36@0.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/multiformats/go-multibase
Licenses: Expat
Synopsis: Implementation of multibase parser in Go
Description:

Implementation of multibase (self identifying base encodings) in Go.

go-github-com-multiformats-go-multiaddr 0.13.0
Propagated dependencies: go-github-com-ipfs-go-cid@0.4.1 go-github-com-multiformats-go-multibase@0.2.0 go-github-com-multiformats-go-varint@0.0.7 go-github-com-multiformats-go-multihash@0.2.3 go-golang-org-x-exp@0.0.0-20241217172543-b2144cdd0a67
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/multiformats/go-multiaddr
Licenses: Expat
Synopsis: Composable and future-proof network addresses
Description:

Multiaddr is a standard way to represent addresses that does the following:

  • Support any standard network protocols.

  • Self-describe (include protocols).

  • Have a binary packed format.

  • Have a nice string representation.

  • Encapsulate well.

go-github-com-multiformats-go-multicodec 0.9.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/multiformats/go-multicodec
Licenses: ASL 2.0 Expat
Synopsis: Golang constants for the multicodec table
Description:

Package multicodec exposes the multicodec table as Go constants.

go-github-com-multiformats-go-multistream 0.5.0
Propagated dependencies: go-github-com-multiformats-go-varint@0.0.7
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/multiformats/go-multistream
Licenses: Expat
Synopsis: Implementation of the multistream protocol in Golang
Description:

Package multistream implements a simple stream router for the multistream-select protocol. The protocol is defined at https://github.com/multiformats/multistream-select

go-github-com-multiformats-go-multiaddr-dns 0.3.1
Propagated dependencies: go-github-com-miekg-dns@1.1.62 go-github-com-multiformats-go-multiaddr@0.13.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://multiformats.io/multiaddr/
Licenses: Expat
Synopsis: Library and CLI tool for DNS multiaddr resolution
Description:

Go library for /dns4, /dns6, /dnsaddr multiaddr resolution.

go-github-com-multiformats-go-multiaddr-fmt 0.1.0
Propagated dependencies: go-github-com-multiformats-go-multiaddr@0.13.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/multiformats/go-multiaddr-fmt
Licenses: Expat
Synopsis: Declarative validator for multiaddrs
Description:

This package provides a validation checker for multiaddrs. Some basic validators for common address types are provided, but creating your own combinations is easy.

Total results: 529