_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-libfdk-aac-jll 0.1.6+2
Dependencies: libfdk@2.0.1
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/libfdk_aac_jll.jl
Licenses: Expat
Synopsis: FDK library wrappers
Description:

This package provides a wrapper for the libfdk audio library.

julia-simpletropical 0.3.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/scheinerman/SimpleTropical.jl
Licenses: Expat
Synopsis: Julia implementation of tropical arithmetic
Description:

This package is an implementation of tropical (min-plus) arithmetic in Julia.

julia-bandedmatrices 0.17.9
Propagated dependencies: julia-aqua@0.5.5 julia-arraylayouts@0.8.18 julia-fillarrays@0.13.6
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMatrices/BandedMatrices.jl
Licenses: Expat
Synopsis: Julia package for representing banded matrices
Description:

This package supports representing banded matrices by only the entries on the bands.

julia-queryoperators 0.9.3
Propagated dependencies: julia-datastructures@0.18.13 julia-iteratorinterfaceextensions@1.0.0 julia-tableshowutils@0.2.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/queryverse/QueryOperators.jl
Licenses: Expat
Synopsis: Query operators for Julia
Description:

This package contains the underlying query operators that are exposed to users in Query.jl.

julia-weakrefstrings 1.4.0
Propagated dependencies: julia-dataapi@1.16.0 julia-inlinestrings@1.1.3 julia-parsers@2.2.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaData/WeakRefStrings.jl
Licenses: Expat
Synopsis: Efficient string representation and transfer in Julia
Description:

This package provides a minimal String type for Julia that allows for efficient string representation and transfer

julia-chainrulescore 1.12.2
Dependencies: julia-benchmarktools@1.3.2 julia-staticarrays@1.2.13
Propagated dependencies: julia-compat@3.39.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDiff/ChainRulesCore.jl
Licenses: Expat
Synopsis: Common utilities used by downstream automatic differentiation tools
Description:

The package provides a light-weight dependency for defining sensitivities for functions without the need to depend on ChainRules itself.

julia-referenceables 0.1.3
Propagated dependencies: julia-adapt@3.3.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaFolds2/Referenceables.jl
Licenses: Expat
Synopsis: Provides an interface for referencing elements
Description:

This package provides an interface for readable and writable references to an element of an array or dictionary in Julia.

julia-sentinelarrays 1.3.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaData/SentinelArrays.jl
Licenses: Expat
Synopsis: Array types using sentinel values
Description:

This package provides SentinelArrayT that wraps an AbstractArray of type T, and accepts a sentinel and value argument.

julia-imagedistances 0.2.16
Propagated dependencies: julia-distances@0.10.7 julia-imagecore@0.9.4
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageDistances.jl
Licenses: Expat
Synopsis: Distances between N-dimensional images
Description:

This package provides a Julia ImageDistances.jl following the same API as Distances.jl with support image types and image-specific distances.

julia-datastructures 0.18.13
Propagated dependencies: julia-compat@3.39.0 julia-orderedcollections@1.4.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaCollections/DataStructures.jl
Licenses: Expat
Synopsis: Julia module providing different data structures
Description:

This package implements a variety of data structures, including, CircularBuffer, Queue, Stack, Accumulators, LinkedLists, SortedDicts and many others.

julia-interpolations 0.13.6
Propagated dependencies: julia-axisalgorithms@1.0.0 julia-chainrulescore@1.12.2 julia-offsetarrays@1.12.8 julia-ratios@0.4.0 julia-requires@1.3.0 julia-staticarrays@1.2.13 julia-woodburymatrices@0.5.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/Interpolations.jl
Licenses: Expat
Synopsis: Continuous interpolation of discrete datasets
Description:

This package implements a variety of interpolation schemes for the Julia language. It has the goals of ease-of-use, broad algorithmic support, and exceptional performance.

julia-benchmarktools 1.3.2
Propagated dependencies: julia-json@0.21.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaCI/BenchmarkTools.jl
Licenses: Expat
Synopsis: Benchmarking framework for the Julia language
Description:

BenchmarkTools.jl makes performance tracking of Julia code easy by supplying a framework for writing and running groups of benchmarks as well as comparing benchmark results.

julia-tableshowutils 0.2.5
Propagated dependencies: julia-datavalues@0.4.13 julia-json@0.21.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/queryverse/TableShowUtils.jl
Licenses: Expat
Synopsis: Implement show for TableTraits.jl types
Description:

This package provides some common helper functions that make it easier to implement various Base.show functions for types that participate in the TableTraits.jl ecosystem.

julia-configurations 0.16.4
Propagated dependencies: julia-crayons@4.1.1 julia-expronicon@0.6.10 julia-orderedcollections@1.4.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://configurations.rogerluo.dev/stable/
Licenses: Expat
Synopsis: Tools for options and configurations in Julia
Description:

Configurations.jl provides a macro @option to let you define structs to represent options/configurations, and serialize between different option/configuration file formats such as TOML.

julia-axisalgorithms 1.0.0
Propagated dependencies: julia-woodburymatrices@0.5.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/timholy/AxisAlgorithms.jl
Licenses: Expat
Synopsis: Filtering and linear algebra routines for multidimensional arrays
Description:

AxisAlgorithms is a collection of filtering and linear algebra algorithms for multidimensional arrays. For algorithms that would typically apply along the columns of a matrix, you can instead pick an arbitrary axis (dimension).

julia-referencetests 0.9.7
Propagated dependencies: julia-deepdiffs@1.2.0 julia-distances@0.10.7 julia-fileio@1.9.1 julia-imagecore@0.9.4 julia-imageinterminal@0.4.7
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliatesting.github.io/ReferenceTests.jl/latest/
Licenses: Expat
Synopsis: Utility package for comparing data against reference files
Description:

ReferenceTests.jl is a Julia package that adds a couple of additional macros to your testing toolbox. In particular, it focuses on functionality for testing values against reference files, which in turn the package can help create and update if need be.

julia-binaryprovider 0.5.10
Dependencies: busybox@1.37.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPackaging/BinaryProvider.jl
Licenses: Expat
Synopsis: binary provider for Julia
Description:

Packages are installed to a Prefix; a folder that acts similar to the /usr/local directory on Unix-like systems, containing a bin folder for binaries, a lib folder for libraries, etc... Prefix objects can have tarballs install()'ed within them, uninstall()'ed from them, etc...

julia-indirectarrays 0.5.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaArrays/IndirectArrays.jl
Licenses: Expat
Synopsis: Julia implementation of indexed arrays
Description:

An IndirectArray is one that encodes data using a combination of an index and a value table. Each element is assigned its own index, which is used to retrieve the value from the value table. Among other uses, IndirectArrays can represent indexed images, sometimes called "colormap images" or "paletted images."

julia-geometrybasics 0.4.2
Propagated dependencies: julia-itertools@1.3.0 julia-staticarrays@1.2.13 julia-structarrays@0.6.3 julia-tables@1.4.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGeometry/GeometryBasics.jl
Licenses: Expat
Synopsis: Basic Geometry Types
Description:

This package aims to offer a standard set of Geometry types, which easily work with metadata, query frameworks on geometries and different memory layouts. The aim is to create a solid basis for Graphics/Plotting, finite elements analysis, Geo applications, and general geometry manipulations - while offering a Julian API, that still allows performant C-interop.

julia-versionparsing 1.2.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaInterop/VersionParsing.jl
Licenses: Expat
Synopsis: Flexible VersionNumber parsing in Julia
Description:

The VersionParsing package implements flexible parsing of version-number strings into Julia's built-in VersionNumber type, via the vparse(string) function. Unlike the VersionNumber(string) constructor, vparse(string) can handle version-number strings in a much wider range of formats than are encompassed by the semver standard. This is useful in order to support VersionNumber comparisons applied to "foreign" version numbers from external packages.

julia-arrayinterface 5.0.8
Propagated dependencies: julia-compat@3.39.0 julia-ifelse@0.1.0 julia-requires@1.3.0 julia-static@0.6.6
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaArrays/ArrayInterface.jl
Licenses: Expat
Synopsis: Base array interface primitives
Description:

The purpose of this library is to solidify extensions to the current AbstractArray interface, which are put to use in package ecosystems like DifferentialEquations.jl. Since these libraries are live, this package will serve as a staging ground for ideas before they are merged into Base Julia. For this reason, no functionality is exported so that if such functions are added and exported in a future Base Julia, there will be no issues with the upgrade.

emacs-julia-formatter 20250524.2338
Propagated dependencies: emacs-session-async@20231125.2106
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://codeberg.org/FelipeLema/julia-formatter.el
Licenses:
Synopsis: Use JuliaFormatter.jl for julia code
Description:

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

julia-imagemagick-jll 6.9.10-12+3
Dependencies: imagemagick@6.9.13-5
Propagated dependencies: julia-jllwrappers@1.3.0 julia-jpegturbo-jll@2.0.1+2 julia-libpng-jll@1.6.37+5 julia-libtiff-jll@4.1.0+1 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/ImageMagick_jll.jl
Licenses: Expat
Synopsis: Imagemagick library wrappers
Description:

This package provides a wrapper for Imagemagick.

julia-xorg-libxau-jll 1.0.9+3
Dependencies: libxau@1.0.12
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/Xorg_libXau_jll.jl
Licenses: Expat
Synopsis: Libxau library wrappers
Description:

This package provides a wrapper for the libxau library.

Total results: 442