_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-stringdistances 0.10.0
Propagated dependencies: julia-distances@0.10.7
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/matthieugomez/StringDistances.jl
Licenses: Expat
Synopsis: String Distances in Julia
Description:

This package provides string distances in Julia. Distances are defined for AbstractStrings, and any iterator that define length(). The package also defines Distance "modifiers" that can be applied to any distance.

julia-openspecfun-jll 0.5.3+4
Dependencies: openspecfun@0.5.3
Propagated dependencies: julia-jllwrappers@1.3.0 julia-compilersupportlibraries-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/OpenSpecFun_jll.jl
Licenses: Expat
Synopsis: Internal wrappers
Description:

This package provides a wrapper for OpenSpecFun. It is an autogenerated source package constructed using BinaryBuilder.jl. The originating build_tarballs.jl script can be found on the community build tree Yggdrasil.

julia-invertedindices 1.1.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/mbauman/InvertedIndices.jl
Licenses: Expat
Synopsis: Index type that allows for inverted selections
Description:

This package just exports one type: the InvertedIndex, or Not for short. It can wrap any supported index type and may be used as an index into any AbstractArray subtype, including OffsetArrays.

julia-softglobalscope 1.1.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/stevengj/SoftGlobalScope.jl
Licenses: Expat
Synopsis: Utilities for soft global scope in interactive Julia environments
Description:

SoftGlobalScope is a package for the Julia language that simplifies the variable scoping rules for code in global scope. It is intended for interactive shells to make it easier to work interactively with Julia, especially for beginners.

julia-snoopcompilebot 1.7.2
Propagated dependencies: julia-filepathsbase@0.9.10 julia-snoopcompileanalysis@1.7.2 julia-snoopcompilecore@1.7.2 julia-yaml@0.4.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://timholy.github.io/SnoopCompile.jl/dev/
Licenses: Expat
Synopsis: Making packages work faster with more extensive precompilation
Description:

SnoopCompile observes the Julia compiler, causing it to record the functions and argument types it's compiling. From these lists of methods, you can generate lists of precompile directives that may reduce the latency between loading packages.

julia-logexpfunctions 0.3.17
Propagated dependencies: julia-chainrulescore@1.12.2 julia-changesofvariables@0.1.9 julia-docstringextensions@0.8.5 julia-inversefunctions@0.1.8 julia-irrationalconstants@0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaStats/LogExpFunctions.jl
Licenses: Expat
Synopsis: Special functions based on @code{log} and @code{exp}
Description:

Various special functions based on log and exp moved from StatsFuns.jl into a separate package, to minimize dependencies. These functions only use native Julia code, so there is no need to depend on librmath or similar libraries.

julia-imageinterminal 0.4.7
Propagated dependencies: julia-crayons@4.1.1 julia-imagebase@0.1.5 julia-imagecore@0.9.4 julia-requires@1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageInTerminal.jl
Licenses: Expat
Synopsis: Julia package for displaying images in the terminal
Description:

ImageInTerminal.jl is a drop-in package that once imported changes a how a single Colorant and whole Colorant arrays (i.e. Images) are displayed in the interactive REPL. The displayed images will be downscaled to fit into the size of your active terminal session.

julia-packagecompiler 1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaLang/PackageCompiler.jl
Licenses: Expat
Synopsis: Compile your Julia Package
Description:

PackageCompiler is a Julia package with two main purposes:

  • Creating custom sysimages for reduced latency when working locally with packages that has a high startup time.

  • Creating "apps" which are a bundle of files including an executable that can be sent and run on other machines without Julia being installed on that machine.

julia-recipespipeline 0.6.6
Propagated dependencies: julia-nanmath@0.3.7 julia-plotutils@1.2.0 julia-recipesbase@1.2.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliaplots.org/RecipesPipeline.jl/dev/
Licenses: Expat
Synopsis: Utilities for processing recipes
Description:

This package was factored out of Plots.jl to allow any other plotting package to use the recipe pipeline. In short, the extremely lightweight RecipesBase.jl package can be depended on by any package to define "recipes": plot specifications of user-defined types, as well as custom plot types. RecipePipeline.jl contains the machinery to translate these recipes to full specifications for a plot.

julia-inversefunctions 0.1.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/InverseFunctions.jl
Licenses: Expat
Synopsis: Interface for function inversion
Description:

This package provides an interface to invert functions.

julia-fuzzycompletions 0.4.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JunoLab/FuzzyCompletions.jl
Licenses: Expat
Synopsis: Fuzzy completion provider for Julia
Description:

FuzzyCompletions provides fuzzy completions for a Julia runtime session.

julia-inversefunctions 0.1.8
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaMath/InverseFunctions.jl
Licenses: Expat
Synopsis: Interface for function inversion in Julia
Description:

This package provides an interface to invert functions in Julia.

julia-staticarrayscore 1.4.2
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaArrays/StaticArraysCore.jl
Licenses: Expat
Synopsis: Interface package for StaticArrays.jl
Description:

This package provides an interface package for StaticArrays.jl.

julia-compositionsbase 0.1.0
Propagated dependencies: julia-inversefunctions@0.1.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaFunctional/CompositionsBase.jl
Licenses: Expat
Synopsis: Defines an operator for composition of morphisms
Description:

This package defines a new operator for composition of morphisms.

julia-xorg-xkbcomp-jll 1.4.2+3
Dependencies: xkbcomp@1.4.7
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-libxkbfile-jll@1.1.0+3
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xkbcomp_jll.jl
Licenses: Expat
Synopsis: Library wrappers for xkbcomp
Description:

This package provides a wrapper for the xkbcomp library.

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

This package provides a wrapper for the libxext library.

julia-constructionbase 1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliaobjects.github.io/ConstructionBase.jl/dev/
Licenses: Expat
Synopsis: Primitive functions for construction of objects
Description:

This very lightweight package provides primitive functions for construction of objects.

julia-libgpg-error-jll 1.42.0+0
Dependencies: libgpg-error@1.51
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/Libgpg_error_jll.jl
Licenses: Expat
Synopsis: Library wrappers for libgpg-error
Description:

This package provides a wrapper for the libgpg-error library.

julia-functionwrappers 1.1.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/yuyichao/FunctionWrappers.jl
Licenses: Expat
Synopsis: Type stable and efficient wrapper of arbitrary functions
Description:

This package provides a type stable and efficient wrapper of arbitrary functions.

julia-densityinterface 0.4.0
Propagated dependencies: julia-inversefunctions@0.1.8
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaMath/DensityInterface.jl
Licenses: Expat
Synopsis: Interface for mathematical/statistical densities
Description:

This package defines an interface for mathematical/statistical densities and objects associated with a density in Julia.

julia-earthorientation 0.7.1
Propagated dependencies: julia-leapseconds@1.1.0 julia-optionaldata@1.0.0 julia-remotefiles@0.5.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAstro/EarthOrientation.jl
Licenses: Expat
Synopsis: Calculate Earth orientation parameters from IERS tables in Julia
Description:

This package provides a functionality to calculate Earth orientation parameters with data retrieved from IERS.

julia-clausenfunctions 1.16.1
Propagated dependencies: julia-polylog@2.5.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/Expander/ClausenFunctions.jl
Licenses: Expat
Synopsis: Clausen functions in Julia
Description:

This package provides Julia implementations of the Standard Clausen functions and Glaisher-Clausen functions of integer order for real or complex arguments.

julia-ellipsisnotation 1.6.0
Propagated dependencies: julia-arrayinterface@5.0.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/ChrisRackauckas/EllipsisNotation.jl
Licenses: Expat
Synopsis: Ellipsis notation implementation
Description:

This implements the notation .. for indexing arrays. It's similar to the Python ... in that it means "all of the columns before (or after)".

julia-specialfunctions 1.8.7
Dependencies: julia-chainrulestestutils@1.5.1
Propagated dependencies: julia-chainrulescore@1.12.2 julia-irrationalconstants@0.1.1 julia-logexpfunctions@0.3.17 julia-openspecfun-jll@0.5.3+4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/SpecialFunctions.jl
Licenses: Expat
Synopsis: Special mathematical functions
Description:

This package provides special mathematical functions, including Bessel, Hankel, Airy, error, Dawson, exponential (or sine and cosine) integrals, eta, zeta, digamma, inverse digamma, trigamma, and polygamma functions.

Total results: 430