_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-fromfile 0.1.5
Propagated dependencies: julia-requires@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/Roger-luo/FromFile.jl
Licenses: Expat
Synopsis: Julia enhancement proposal for implicit per file module in Julia
Description:

This package exports a macro @from, which can be used to import objects from files.

julia-argcheck 2.1.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/jw3126/ArgCheck.jl
Licenses: Expat
Synopsis: Package for checking function arguments
Description:

This package provides a method to ensure that arguments to a function conform to a specification.

julia-indexing 1.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/andyferris/Indexing.jl
Licenses: Expat
Synopsis: Generalized indexing for Julia
Description:

This package defines functions for getting multiple indices out of dictionaries, tuples, etc, extending this ability beyond AbstractArray.

julia-tokenize 0.5.24
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGPU/Tokenize.jl
Licenses: Expat
Synopsis: Tokenize a string or buffer containing Julia code
Description:

This package takes a string or buffer containing Julia code, performs lexical analysis and returns a stream of tokens.

julia-quadmath 0.5.5
Dependencies: gcc@11.4.0
Propagated dependencies: julia-requires@1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/Quadmath.jl
Licenses: Expat
Synopsis: Float128 and libquadmath for the Julia language
Description:

This is a Julia interface to libquadmath, providing a Float128 type corresponding to the IEEE754 binary128 floating point format.

font-juliamono 0.043
Channel: guix
Location: gnu/packages/fonts.scm (gnu packages fonts)
Home page: https://github.com/cormullion/juliamono
Licenses: SIL OFL 1.1
Synopsis: Monospaced font for programming
Description:

JuliaMono is a monospaced font for scientific and technical computing, designed to work for programming in the Julia Programming Language and other text environments.

julia-astrolib 0.4.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAstro/AstroLib.jl
Licenses: Expat
Synopsis: Bundle of small astronomical and astrophysical routines
Description:

The aim of this package is to provide users with a set of small generic routines useful above all in astronomical and astrophysical context, written in Julia.

sundials-julia 5.2.0
Dependencies: gfortran@11.4.0 openblas@0.3.29 openblas@0.3.29 suitesparse@5.13.0
Channel: guix
Location: gnu/packages/maths.scm (gnu packages maths)
Home page: https://computation.llnl.gov/projects/sundials
Licenses: Modified BSD
Synopsis: SUNDIALS with LAPACK support as required by julia-sundials-jll
Description:

SUNDIALS is a family of software packages implemented with the goal of providing robust time integrators and nonlinear solvers that can easily be incorporated into existing simulation codes.

julia-requires 1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaPackaging/Requires.jl/
Licenses: Expat
Synopsis: Faster package loader
Description:

This package make loading packages faster, maybe. It supports specifying glue code in packages which will load automatically when another package is loaded, so that explicit dependencies (and long load times) can be avoided.

julia-scanbyte 0.4.0
Propagated dependencies: julia-simd@3.4.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/jakobnissen/ScanByte.jl
Licenses: Expat
Synopsis: Find the first occurrence of set of bytes in a chunk of memory
Description:

This package finds the first occurrence of a byte or set of bytes in a chunk of memory. Think of it like a much faster version of findfirst that only iterates over bytes in memory.

julia-measures 0.3.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGraphics/Measures.jl
Licenses: Expat
Synopsis: Unified measure and coordinates types
Description:

This library generalizes and unifies the notion of measures used in Compose, Compose3D, and Escher. It allows building up and representing expressions involving differing types of units that are then evaluated, resolving them into absolute units.

julia-calculus 0.5.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/Calculus.jl
Licenses: Expat
Synopsis: Common utilities for automatic differentiation
Description:

This package provides tools for working with the basic calculus operations of differentiation and integration. The Calculus package produces approximate derivatives by several forms of finite differencing or produces exact derivative using symbolic differentiation. It can also be used to compute definite integrals by different numerical methods.

julia-statsapi 1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliastats.org/
Licenses: Expat
Synopsis: Statistics-focused namespace for packages to share functions
Description:

This package provides a namespace for data-related generic function definitions to solve the optional dependency problem; packages wishing to share and/or extend functions can avoid depending directly on each other by moving the function definition to StatsAPI.jl and each package taking a dependency on it.

julia-functors 0.4.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://fluxml.ai/Functors.jl/stable/
Licenses: Expat
Synopsis: Design pattern for structures as in machine learning
Description:

This package provides tools to express a design pattern for dealing with large/ nested structures, as in machine learning and optimisation. For large machine learning models it can be cumbersome or inefficient to work with parameters as one big, flat vector, and structs help in managing complexity; but it is also desirable to easily operate over all parameters at once, e.g. for changing precision or applying an optimiser update step.

emacs-lsp-julia 20230915.654
Propagated dependencies: emacs-lsp-mode@20250625.202 emacs-julia-mode@20250407.841
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/gdkrmr/lsp-julia
Licenses:
Synopsis: Julia support for lsp-mode
Description:

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

julia-rmath-jll 0.3.0+0
Dependencies: rmath-julia@0.3.0-1.5c5dfd6
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaBinaryWrappers/Rmath_jll.jl
Licenses: Expat
Synopsis: Rmath library wrappers
Description:

This package provides a wrapper for Rmath.

julia-itertools 1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaCollections/IterTools.jl
Licenses: Expat
Synopsis: Common functional iterator patterns
Description:

Common functional iterator patterns (formerly Iterators.jl).

julia-cstparser 3.3.4
Dependencies: julia-tokenize@0.5.24
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/julia-vscode/CSTParser.jl
Licenses: Expat
Synopsis: Parser for Julia
Description:

This package provides a parser for Julia code.

julia-codeczlib 0.7.0
Propagated dependencies: julia-transcodingstreams@0.9.6 julia-zlib-jll@1.2.12+1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaIO/CodecZlib.jl
Licenses: Expat
Synopsis: Zlib codecs for @code{TranscodingStreams.jl}
Description:

This package provides zlib codecs for TranscodingStreams.jl.

julia-expat-jll 2.2.10+0
Dependencies: expat@2.5.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/Expat_jll.jl
Licenses: Expat
Synopsis: Expat library wrappers
Description:

This package provides a wrapper for the expat library.

julia-plotutils 1.2.0
Propagated dependencies: julia-colors@0.12.9 julia-colorschemes@3.15.0 julia-reexport@1.2.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaPlots/PlotUtils.jl
Licenses: Expat
Synopsis: Helper algorithms for building plotting components
Description:

This package contains generic helper algorithms for building plotting components.

julia-makiecore 0.4.0
Propagated dependencies: julia-observables@0.5.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.makie.org/stable
Licenses: Expat
Synopsis: Backend core for Makie
Description:

Makie is a data visualization ecosystem for the Julia programming language.

julia-gumbo-jll 0.10.1+1
Dependencies: gumbo-parser@0.10.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/Gumbo_jll.jl
Licenses: Expat
Synopsis: Gumbo HTML parsing library wrappers
Description:

This package provides a wrapper for Gumbo HTML parsing library.

Total results: 442