_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-bijections 0.1.9
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/scheinerman/Bijections.jl
Licenses: Expat
Synopsis: Bijection data type for Julia
Description:

This package defines the Bijection data type. A Bijection data structure behaves similar to a Dict, however it prevents assigning the same value to two different keys.

julia-testimages 1.5.0
Propagated dependencies: julia-axisarrays@0.4.6 julia-colortypes@0.11.1 julia-fileio@1.9.1 julia-offsetarrays@1.12.8 julia-stringdistances@0.10.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://testimages.juliaimages.org/
Licenses: Expat
Synopsis: Standard test images for Julia
Description:

This package provides a convenient Julia interface for loading standard named test images and example images for the internal usage in JuliaImages. This can be used in conjunction with the Images package.

julia-fillarrays 0.13.6
Dependencies: julia-staticarrays@1.2.13
Propagated dependencies: julia-aqua@0.5.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaArrays/FillArrays.jl
Licenses: Expat
Synopsis: Lazy matrix representation
Description:

This package lazily represents matrices filled with a single entry, as well as identity matrices. This package exports the following types: Eye, Fill, Ones, Zeros, Trues and Falses.

julia-colortypes 0.11.1
Propagated dependencies: julia-fixedpointnumbers@0.8.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGraphics/ColorTypes.jl
Licenses: Expat
Synopsis: Basic color types and constructor
Description:

This minimalistic package serves as the foundation for working with colors in Julia. It defines basic color types and their constructors, and sets up traits and show methods to make them easier to work with.

julia-finitediff 2.8.1
Propagated dependencies: julia-arrayinterface@5.0.8 julia-requires@1.3.0 julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDiff/FiniteDiff.jl
Licenses: Expat
Synopsis: Calculations of gradients, Jacobians, and Hessians
Description:

This package is for calculating derivatives, gradients, Jacobians, Hessians, etc. numerically. This library is for maximizing speed while giving a usable interface to end users in a way that specializes on array types and sparsity.

julia-tensorcore 0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/TensorCore.jl
Licenses: Expat
Synopsis: Tensor-algebra definitions
Description:

This package is intended as a lightweight foundation for tensor operations across the Julia ecosystem. Currently it exports three operations: hadamard, tensor, and boxdot.

julia-itemgraphs 0.4.0
Propagated dependencies: julia-lightgraphs@1.3.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/helgee/ItemGraphs.jl
Licenses: Expat
Synopsis: Shortest paths between items
Description:

ItemGraphs is a simple wrapper around LightGraphs that enables most common use case for graph-like data structures: with collection of items that are in relations between each other providing the shortest path between two items.

julia-parameters 0.12.2
Propagated dependencies: julia-orderedcollections@1.4.1 julia-unpack@1.0.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/mauro3/Parameters.jl
Licenses: Expat
Synopsis: Numerical-model parameter helpers
Description:

This package contains types with default field values, keyword constructors and (un-)pack macros. Keyword functions can be slow in Julia, however, the normal positional constructor is also provided and could be used in performance critical code.

julia-stackviews 0.1.1
Propagated dependencies: julia-offsetarrays@1.12.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaArrays/StackViews.jl
Licenses: Expat
Synopsis: No more catcat
Description:

StackViews provides only one array type: StackView. There are multiple ways to understand StackView:

  • inverse of eachslice

  • cat variant

  • view object

  • lazy version of repeat special case

r-juliaconnector 1.1.4
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=JuliaConnectoR
Licenses: FSDG-compatible
Synopsis: Functionally Oriented Interface for Integrating 'Julia' with R
Description:

Allows to import functions and whole packages from Julia in R. Imported Julia functions can directly be called as R functions. Data structures can be translated between Julia and R. More details can also be found in the corresponding article <doi:10.18637/jss.v101.i06>.

julia-stablerngs 1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaRandom/StableRNGs.jl
Licenses: Expat
Synopsis: Julia RNG with stable streams
Description:

This package intends to provide a simple RNG with stable streams, suitable for tests in packages which need reproducible streams of random numbers across Julia versions. Indeed, the Julia RNGs provided by default are documented to have non-stable streams (which for example enables some performance improvements).

emacs-julia-repl 1.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tpapp/julia-repl
Licenses: Expat
Synopsis: Minor mode for interacting with a Julia REPL
Description:

This package provides a minor mode for interacting with a Julia REPL running inside Emacs. The julia process is started in an ANSI terminal (term), which allows text formatting and colors, and interaction with the help system and the debugger. It is recommended that you use this minor mode with the package emacs-julia-mode.

julia-dataframes 1.3.6
Propagated dependencies: julia-categoricalarrays@0.10.8 julia-compat@3.39.0 julia-dataapi@1.16.0 julia-invertedindices@1.1.0 julia-iteratorinterfaceextensions@1.0.0 julia-missings@1.0.2 julia-pooledarrays@1.4.2 julia-prettytables@2.1.2 julia-reexport@1.2.2 julia-shiftedarrays@1.0.0 julia-sortingalgorithms@1.0.1 julia-tables@1.4.4 julia-tabletraits@1.0.1 julia-unitful@1.12.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://dataframes.juliadata.org/stable/
Licenses: Expat
Synopsis: In-memory tabular data
Description:

This package provides a set of tools for working with tabular data in Julia. Its design and functionality are similar to those of Pandas from Python or data.frame, data.table and dplyr from R, making it a great general purpose data science tool, especially for those coming to Julia from R or Python.

julia-axisarrays 0.4.6
Propagated dependencies: julia-rangearrays@0.3.2 julia-intervalsets@0.5.3 julia-itertools@1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: http://juliaarrays.github.io/AxisArrays.jl/latest/
Licenses: Expat
Synopsis: Arrays where each dimension can have a named axis with values
Description:

This package for the Julia language provides an array type (the AxisArray) that knows about its dimension names and axis values. This allows for indexing by name without incurring any runtime overhead. This permits one to implement algorithms that are oblivious to the storage order of the underlying arrays. AxisArrays can also be indexed by the values along their axes, allowing column names or interval selections.

julia-richardson 1.4.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliapackages.com/p/richardson
Licenses: Expat
Synopsis: Extrapolate function using Richardson method
Description:

This package provides a function extrapolate that extrapolates a given function f(x) to f(x0), evaluating f only at a geometric sequence of points > x0 (or optionally < x0). The key algorithm is Richardson extrapolation using a Neville–Aitken tableau, which adaptively increases the degree of an extrapolation polynomial until convergence is achieved to a desired tolerance (or convergence stalls due to e.g. floating-point errors). This allows one to obtain f(x0) to high-order accuracy, assuming that f(x0+h) has a Taylor series or some other power series in h.

emacs-julia-vterm 20250621.854
Propagated dependencies: emacs-vterm@20241218.331
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/shg/julia-vterm.el
Licenses:
Synopsis: A mode for Julia REPL using vterm
Description:

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

emacs-julia-snail 20250310.1739
Propagated dependencies: emacs-dash@20250312.1307 emacs-julia-mode@20250407.841 emacs-s@20220902.1511 emacs-spinner@1.7.4 emacs-popup@20250101.843
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/gcv/julia-snail
Licenses:
Synopsis: Julia Snail
Description:

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

emacs-julia-shell 20161125.1910
Propagated dependencies: emacs-julia-mode@20250407.841
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: Major mode for an inferior Julia shell
Description:

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

julia-libtiff-jll 4.1.0+1
Dependencies: libtiff@4.4.0
Propagated dependencies: julia-jllwrappers@1.3.0 julia-jpegturbo-jll@2.0.1+2 julia-zlib-jll@1.2.12+1 julia-zstd-jll@1.5.0+0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Libtiff_jll.jl
Licenses: Expat
Synopsis: Libtiff library wrappers
Description:

This package provides a wrapper for libtiff

julia-tabletraits 1.0.1
Propagated dependencies: julia-iteratorinterfaceextensions@1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/queryverse/TableTraits.jl
Licenses: Expat
Synopsis: Traits for Julia tables
Description:

TableTraits defines a generic interface for tabular data.

julia-openssl-jll 1.1.1+2
Dependencies: openssl@3.0.8
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/OpenSSL_jll.jl
Licenses: Expat
Synopsis: Openssl library wrappers
Description:

This package provides a wrapper for the openssl library.

julia-fribidi-jll 1.0.5+5
Dependencies: fribidi@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/FriBidi_jll.jl
Licenses: Expat
Synopsis: Fribidi library wrappers
Description:

This package provides a wrapper for the fribidi library.

julia-wayland-jll 1.17.0+3
Dependencies: wayland@1.23.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-expat-jll@2.2.10+0 julia-libffi-jll@3.3.0+0 julia-xml2-jll@2.9.12+0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Wayland_jll.jl
Licenses: Expat
Synopsis: Wayland library wrappers
Description:

This package provides a wrapper for the wayland library.

Total results: 442