_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-leapseconds 1.1.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaTime/LeapSeconds.jl
Licenses: Expat
Synopsis: Leap seconds in Julia
Description:

LeapSeconds provides a functionality to return the difference between TAI and UTC or vice versa for a given date. For dates after 1972-01-01, this is the number of leap seconds.

julia-commonsolve 0.2.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://docs.sciml.ai/CommonSolve/stable
Licenses: Expat
Synopsis: Common solve function for scientific machine learning
Description:

CommonSolve.jl provides solve, init, solve!, and step! commands. By using the same definition, solver libraries from other completely different ecosystems can extend the functions and thus not clash with SciML if both ecosystems export the solve command.

julia-mosaicviews 0.3.3
Propagated dependencies: julia-mappedarrays@0.4.1 julia-paddedviews@0.5.11 julia-stackviews@0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaArrays/MosaicViews.jl
Licenses: Expat
Synopsis: Lazily view a 3D or 4D array as an expanded 2D array as a matrix of slices
Description:

When visualizing images, it is not uncommon to provide a 2D view of different image sources. For example, comparing multiple images of different sizes, getting a preview of machine learning dataset. This package aims to provide easy-to-use tools for such tasks.

julia-typedtables 1.4.0
Propagated dependencies: julia-adapt@3.3.1 julia-splitapplycombine@1.1.4 julia-tables@1.4.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaData/TypedTables.jl
Licenses: Expat
Synopsis: Column-based storage for data analysis in Julia
Description:

TypedTables.jl provides two column-based storage containers: Table and FlexTable, both of which represent an array of NamedTuples. This package is designed to be lightweight, easy-to-use and fast, and presents a very minimal new interface to learn.

julia-paddedviews 0.5.11
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/PaddedViews.jl
Licenses: Expat
Synopsis: Add virtual padding to the edges of an array
Description:

PaddedViews provides a simple wrapper type, PaddedView, to add "virtual" padding to any array without copying data. Edge values not specified by the array are assigned a fillvalue. Multiple arrays may be "promoted" to have common indices using the paddedviews function.

julia-commonsolve 0.2.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.sciml.ai/CommonSolve/stable
Licenses: Expat
Synopsis: Common solve function for scientific machine learning
Description:

This holds the common solve, init, step!, and solve! commands. By using the same definition, solver libraries from other completely different ecosystems can extend the functions and thus not clash with SciML if both ecosystems export the solve command. The rules are that you must dispatch on one of your own types.

julia-recipesbase 1.2.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaPlots/RecipesBase.jl
Licenses: Expat
Synopsis: Define transformation recipes on user types
Description:

This package implements handy macros @recipe and @series which will define a custom transformation and attach attributes for user types. Its design is an attempt to simplify and generalize the summary and display of types and data from external packages. With this package it is possible to describe visualization routines that can be used as components in more complex visualizations.

julia-preferences 1.4.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaPackaging/Preferences.jl
Licenses: Expat
Synopsis: Store configuration switches to TOML files
Description:

The Preferences package provides an integrated way for packages to store configuration switches to persistent TOML files, and use those pieces of information at both run time and compile time in Julia. This enables the user to modify the behavior of a package, and have that choice reflected in everything from run time algorithm choice to code generation at compile time.

julia-hyperscript 0.0.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaWeb/Hyperscript.jl
Licenses: Expat
Synopsis: Lightweight DOM representation for Julia
Description:

Hyperscript is a package for working with HTML, SVG, and CSS in Julia. When using this library you automatically get:

  1. A concise DSL for writing HTML, SVG, and CSS.

  2. Flexible ways to combine DOM pieces together into larger components.

  3. Safe and automatic HTML-escaping.

  4. Lightweight and optional support for scoped CSS.

  5. Lightweight and optional support for CSS unit arithmetic.

julia-muladdmacro 0.2.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/SciML/MuladdMacro.jl
Licenses: Expat
Synopsis: Julia macro to convert expressions to use muladd calls and FMA operations
Description:

This package provides the @muladd macro. It automatically converts expressions with multiplications and additions or subtractions to calls with muladd which then fuse via FMA when it would increase the performance of the code. The @muladd macro can be placed on code blocks and it will automatically find the appropriate expressions and nest muladd expressions when necessary. In mixed expressions summands without multiplication will be grouped together and evaluated first but otherwise the order of evaluation of multiplications and additions is not changed.

julia-blockarrays 0.16.23
Propagated dependencies: 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/JuliaArrays/BlockArrays.jl
Licenses: Expat
Synopsis: BlockArrays for Julia
Description:

A block array is a partition of an array into blocks or subarrays. This package has two purposes. Firstly, it defines an interface for an AbstractBlockArray block arrays that can be shared among types representing different types of block arrays. The advantage to this is that it provides a consistent API for block arrays. Secondly, it also implements two different type of block arrays that follow the AbstractBlockArray interface. The type BlockArray stores each block contiguously while the type PseudoBlockArray stores the full matrix contiguously. This means that BlockArray supports fast non copying extraction and insertion of blocks while PseudoBlockArray supports fast access to the full matrix to use in in for example a linear solver.

julia-colorschemes 3.15.0
Propagated dependencies: julia-colors@0.12.9 julia-colortypes@0.11.1 julia-fixedpointnumbers@0.8.5 julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGraphics/ColorSchemes.jl
Licenses: Expat
Synopsis: Colorschemes, colormaps, gradients, and palettes
Description:

This package provides a collection of colorschemes.

emacs-ob-ess-julia 20210414.1444
Propagated dependencies: emacs-ess@20250606.831 emacs-julia-mode@20250407.841
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/frederic-santos/ob-ess-julia
Licenses:
Synopsis: Org babel support for Julia language
Description:

Documentation at https://melpa.org/#/ob-ess-julia

julia-sundials-jll 5.2.1+0
Dependencies: sundials-julia@5.2.0
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/Sundials_jll.jl
Licenses: Expat
Synopsis: SUndials library wrappers
Description:

This package provides a wrapper for the sundials library.

julia-libglvnd-jll 1.3.0+2
Dependencies: libglvnd@1.7.0
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-libx11-jll@1.6.9+2 julia-xorg-libxext-jll@1.3.4+2
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Libglvnd_jll.jl
Licenses: Expat
Synopsis: Libglvnd library wrappers
Description:

This package provides a wrapper for the libglvnd library.

julia-libiconv-jll 1.16.1+0
Dependencies: libiconv@1.15
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/Libiconv_jll.jl
Licenses: Expat
Synopsis: Libiconv library wrappers
Description:

This package provides a wrapper for the libiconv library.

julia-unicodeplots 2.12.4
Propagated dependencies: julia-colortypes@0.11.1 julia-contour@0.5.7 julia-crayons@4.1.1 julia-fileio@1.9.1 julia-freetypeabstraction@0.9.9 julia-lazymodules@0.3.1 julia-marchingcubes@0.1.8 julia-nanmath@0.3.7 julia-staticarrays@1.2.13 julia-statsbase@0.33.10 julia-unitful@1.12.2
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPlots/UnicodePlots.jl
Licenses: Expat
Synopsis: Unicode-based scientific plotting for working in the terminal
Description:

Advanced Unicode plotting library designed for use in Julia's REPL.

julia-linesearches 7.1.1
Propagated dependencies: julia-nlsolversbase@7.8.0 julia-nanmath@0.3.7 julia-parameters@0.12.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaNLSolvers/LineSearches.jl
Licenses: Expat
Synopsis: Line search methods for optimization and root-finding
Description:

This package provides an interface to line search algorithms implemented in Julia.

julia-safetestsets 0.0.1-1.e553edc
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/YingboMa/SafeTestsets.jl
Licenses: Expat
Synopsis: Julia's testset in a module
Description:

This package contains the testset from Julia, packaged into a loadable module.

julia-doublefloats 1.1.25
Propagated dependencies: julia-genericlinearalgebra@0.3.0 julia-polynomials@2.0.24 julia-quadmath@0.5.5 julia-requires@1.3.0 julia-specialfunctions@1.8.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaMath/DoubleFloats.jl
Licenses: Expat
Synopsis: Extended precision float and complex types
Description:

This package provides a math library with extended precision floats and complex types.

julia-libmount-jll 2.35.0+0
Dependencies: util-linux@2.37.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/Libmount_jll.jl
Licenses: Expat
Synopsis: Libmount library wrappers
Description:

This package provides a wrapper for the libmount library from util-linux.

julia-manualmemory 0.1.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaSIMD/ManualMemory.jl
Licenses: Expat
Synopsis: Manual memory management utilities in Julia
Description:

This package provides manually managed memory buffers backed by NTuples in Julia.

julia-timeroutputs 0.5.26
Propagated dependencies: julia-exprtools@0.1.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/KristofferC/TimerOutputs.jl
Licenses: Expat
Synopsis: Formatted output of timed sections in Julia
Description:

This package generates formatted output from timings made in different sections of a program.

julia-prettytables 2.1.2
Propagated dependencies: julia-crayons@4.1.1 julia-formatting@0.4.2 julia-offsetarrays@1.12.8 julia-reexport@1.2.2 julia-stringmanipulation@0.3.0 julia-tables@1.4.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/ronisbr/PrettyTables.jl
Licenses: Expat
Synopsis: Print data in formatted tables
Description:

This package has the purpose to print data in matrices in a human-readable format.

Total results: 442