_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-imageaxes 0.6.10
Propagated dependencies: julia-axisarrays@0.4.6 julia-imagebase@0.1.5 julia-imagecore@0.9.4 julia-reexport@1.2.2 julia-simpletraits@0.9.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageAxes.jl
Licenses: Expat
Synopsis: Julia package for giving "meaning" to the axes of an image
Description:

This small package supports the representation of images as AxisArrays to endow the axes with "meaning," and makes programming with such arrays easy via traits.

julia-imageshow 0.3.2
Propagated dependencies: julia-fileio@1.9.1 julia-imagebase@0.1.5 julia-imagecore@0.9.4 julia-offsetarrays@1.12.8 julia-stackviews@0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageShow.jl
Licenses: Expat
Synopsis: Inline graphical display of images in Julia graphical environments
Description:

This package implements image show methods suitable for graphical platforms such as IJulia. It is intended to provide convenient inline presentation of greyscale or color images.

julia-iocapture 0.2.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDocs/IOCapture.jl
Licenses: Expat
Synopsis: Capture standard output and error streams
Description:

This package provides the IOCapture.capture(f) function, which captures the standard output and standard error, and returns it as a string together with the return value.

julia-distances 0.10.7
Propagated dependencies: julia-statsapi@1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaStats/Distances.jl
Licenses: Expat
Synopsis: Julia package for evaluating distances (metrics) between vectors
Description:

A Julia package for evaluating distances(metrics) between vectors. This package also provides optimized functions to compute column-wise and pairwise distances, which are often substantially faster than a straightforward loop implementation.

julia-imagebase 0.1.5
Propagated dependencies: julia-imagecore@0.9.4 julia-reexport@1.2.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageBase.jl
Licenses: Expat
Synopsis: Wrapper package around ImageCore
Description:

This is a twin package to ImageCore with functions that are used among many of the packages in JuliaImages. The main purpose of this package is to reduce unnecessary compilation overhead from external dependencies.

julia-statsbase 0.33.10
Propagated dependencies: julia-dataapi@1.16.0 julia-datastructures@0.18.13 julia-missings@1.0.2 julia-sortingalgorithms@1.0.1 julia-statsapi@1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaStats/StatsBase.jl
Licenses: Expat
Synopsis: Basic statistics for Julia
Description:

StatsBase.jl is a Julia package that provides basic support for statistics. Particularly, it implements a variety of statistics-related functions, such as scalar statistics, high-order moment computation, counting, ranking, covariances, sampling, and empirical density estimation.

julia-diffrules 1.15.1
Propagated dependencies: julia-irrationalconstants@0.1.1 julia-logexpfunctions@0.3.17 julia-nanmath@0.3.7 julia-specialfunctions@1.8.7
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDiff/DiffRules.jl
Licenses: Expat
Synopsis: Primitive differentiation rules
Description:

This package provides primitive differentiation rules that can be composed via various formulations of the chain rule. Using DiffRules, new differentiation rules can defined, query whether or not a given rule exists, and symbolically apply rules to simple Julia expressions.

julia-rotations 1.0.2-1.b599102
Propagated dependencies: julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGeometry/Rotations.jl
Licenses: Expat
Synopsis: Julia implementations for different rotation parameterisations
Description:

This package implements various 3D rotation parameterizations and defines conversions between them. At their heart, each rotation parameterization is a 3×3 unitary (orthogonal) matrix (based on the StaticArrays.jl package), and acts to rotate a 3-vector about the origin through matrix-vector multiplication.

julia-deepdiffs 1.2.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/ssfrr/DeepDiffs.jl
Licenses: Expat
Synopsis: Compute and pretty-print diffs for data structures
Description:

DeepDiffs.jl provides the deepdiff function, which finds and displays differences (diffs) between Julia data structures. It supports Vectors, Dicts, and Strings. When diffing dictionaries where values associated with a particular key may change, deepdiff will recurse into value to provide a more detailed diff.

julia-gpuarrays 8.1.3
Dependencies: julia-adapt@3.3.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGPU/GPUArrays.jl
Licenses: Expat
Synopsis: Reusable GPU array functionality for various GPU backends
Description:

This package is the counterpart of AbstractArray interface, but for GPU array types. It provides functionality and tooling to speed-up development of new GPU array types. This package is not intended for end users; instead, you should use one of the packages that builds on GPUArrays.jl, such as CUDA.jl, oneAPI.jl or AMDGPU.jl.

r-juliaformulae 0.1.0
Propagated dependencies: r-rrapply@1.2.7
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=JuliaFormulae
Licenses: Expat
Synopsis: Translate R Regression Model Formulae to 'Julia' Syntax
Description:

Metaprogramming utilities for converting R regression model formulae to equivalents in Julia <doi:10.1137/141000671>, via modifications to the abstract syntax tree. Supports translations in zero correlation random effects syntax, protection of expressions to be evaluated as-is, interaction terms, and more. Accepts strings or R formula objects and returns modified R formula objects where possible (or a modified string, if not a valid formula in R).

julia-bfloat16s 0.4.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/BFloat16s.jl
Licenses: Expat
Synopsis: Define BFloat16 data type
Description:

This package defines the BFloat16 data type. The only currently available hardware implementation of this datatype are Google's Cloud TPUs. As such, this package is suitable to evaluate whether using TPUs would cause precision problems for any particular algorithm, even without access to TPU hardware. Note that this package is designed for functionality, not performance, so this package should be used for precision experiments only, not performance experiments.

julia-libass-jll 0.14.0+2
Dependencies: libass@0.15.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-bzip2-jll@1.0.7+0 julia-freetype2-jll@2.13.1+0 julia-fribidi-jll@1.0.5+5 julia-zlib-jll@1.2.12+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/libass_jll.jl
Licenses: Expat
Synopsis: Libass library wrappers
Description:

This package provides a wrapper for libass.

julia-documenter 0.27.7
Dependencies: python-wrapper@3.11.11
Propagated dependencies: julia-ansicoloredprinters@0.0.1 julia-docstringextensions@0.8.5 julia-iocapture@0.2.2 julia-json@0.21.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliadocs.github.io/Documenter.jl
Licenses: Expat
Synopsis: Documentation generator for Julia
Description:

This package provides a documentation generator for Julia.

emacs-julia-mode 20250407.841
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/JuliaEditorSupport/julia-emacs
Licenses:
Synopsis: Major mode for editing Julia source code
Description:

Documentation at https://melpa.org/#/julia-mode

emacs-julia-repl 20250719.1449
Propagated dependencies: emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tpapp/julia-repl
Licenses:
Synopsis: A minor mode for a Julia REPL
Description:

Documentation at https://melpa.org/#/julia-repl

julia-pixman-jll 0.40.1+0
Dependencies: pixman@0.42.2
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Pixman_jll.jl
Licenses: Expat
Synopsis: Pixman library wrappers
Description:

This package provides a wrapper for the pixman library.

julia-libffi-jll 3.3.0+0
Dependencies: libffi@3.4.4
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Libffi_jll.jl
Licenses: Expat
Synopsis: Libffi library wrappers
Description:

This package provides a wrapper for the libffi library.

julia-libpng-jll 1.6.37+5
Dependencies: libpng@1.6.39
Propagated dependencies: julia-jllwrappers@1.3.0 julia-zlib-jll@1.2.12+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/LibPNG_jll.jl
Licenses: Expat
Synopsis: Libpng library wrappers
Description:

This package provides a wrapper for the libpng library.

julia-cpusummary 0.2.6
Propagated dependencies: julia-cpuid@0.3.2 julia-ifelse@0.1.0 julia-precompiletools@1.2.1 julia-static@0.8.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaSIMD/CPUSummary.jl
Licenses: Expat
Synopsis: Provides a summary of CPU features
Description:

This package provides a summary of available CPU features in Julia.

emacs-julia-mode 20230119.1840
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/JuliaEditorSupport/julia-emacs
Licenses: Expat
Synopsis: Major mode for editing Julia source code
Description:

This is the official Emacs mode for editing Julia programs.

emacs-julia-mode 1.0.2-0.7fc071e
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/JuliaEditorSupport/julia-emacs
Licenses: Expat
Synopsis: Major mode for Julia
Description:

This Emacs package provides a mode for the Julia programming language.

julia-formatting 0.4.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaIO/Formatting.jl
Licenses: Expat
Synopsis: Julia package to provide Python-like formatting support
Description:

This package offers Python-style general formatting and c-style numerical formatting.

Total results: 365