_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-cpuid 0.3.2
Propagated dependencies: julia-precompiletools@1.2.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/m-j-w/CpuId.jl
Licenses: Expat
Synopsis: Ask the CPU for its features and specifications
Description:

This package allows you to query the availability of specific CPU features with low run-time cost.

julia-media 0.5.0
Propagated dependencies: julia-macrotools@0.5.6
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JunoLab/Media.jl
Licenses: Expat
Synopsis: Unified measure and coordinates types
Description:

This package provides a display system which enables the user handle multiple input/output devices and decide what media types get displayed where.

julia-nnlib 0.7.34
Propagated dependencies: julia-adapt@3.3.1 julia-chainrulescore@1.12.2 julia-compat@3.39.0 julia-requires@1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/FluxML/NNlib.jl
Licenses: Expat
Synopsis: Neural Network primitives with multiple backends
Description:

This package will provide a library of functions useful for machine learning, such as softmax, sigmoid, convolutions and pooling. It doesn't provide any other "high-level" functionality like layers or AD.

julia-adapt 3.3.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGPU/Adapt.jl
Licenses: Expat
Synopsis: Package providing the @code{adapt} function, similar to @code{convert}
Description:

This Julia package provides the adapt(T, x) function acts like convert(T, x), but without the restriction of returning a T. This allows you to "convert" wrapper types like Adjoint to be GPU compatible without throwing away the wrapper.

libuv-julia 2.0.0-4.e6f0e49
Channel: guix
Location: gnu/packages/libevent.scm (gnu packages libevent)
Home page: https://github.com/JuliaLang/libuv
Licenses: Expat CC-BY 4.0
Synopsis: Library for asynchronous I/O
Description:

libuv is a multi-platform support library with a focus on asynchronous I/O. Among other things, it supports event loops via epoll, kqueue, and similar IOCP, and event ports, asynchronous TCP/UDP sockets, asynchronous DNS resolution, asynchronous file system operations, and threading primitives.

r-juliacall 0.17.6
Propagated dependencies: r-rjson@0.2.23 r-rcpp@1.0.14 r-knitr@1.50
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/JuliaInterop/JuliaCall
Licenses: Expat
Synopsis: Seamless Integration Between R and 'Julia'
Description:

This package provides an R interface to Julia', which is a high-level, high-performance dynamic programming language for numerical computing, see <https://julialang.org/> for more information. It provides a high-level interface as well as a low-level interface. Using the high level interface, you could call any Julia function just like any R function with automatic type conversion. Using the low level interface, you could deal with C-level SEXP directly while enjoying the convenience of using a high-level programming language like Julia'.

julia-unpack 1.0.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/mauro3/UnPack.jl
Licenses: Expat
Synopsis: Pack and Unpack macros for Julia
Description:

The @unpack and @pack! macros work to unpack types, modules, and dictionaries.

julia-tables 1.4.4
Propagated dependencies: julia-dataapi@1.16.0 julia-datavalueinterfaces@1.0.0 julia-iteratorinterfaceextensions@1.0.0 julia-tabletraits@1.0.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaData/Tables.jl
Licenses: Expat
Synopsis: Interface for tables in Julia
Description:

The Tables.jl package provides simple, yet powerful interface functions for working with all kinds tabular data.

julia-static 0.8.3
Propagated dependencies: julia-ifelse@0.1.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/SciML/Static.jl
Licenses: Expat
Synopsis: Static types useful for dispatch and generated functions
Description:

Static.jl defines a limited set of statically parameterized types and a common interface that is shared between them.

julia-static 0.6.6
Propagated dependencies: julia-ifelse@0.1.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/SciML/Static.jl
Licenses: Expat
Synopsis: Static types useful for dispatch and generated functions
Description:

Static.jl defines a limited set of statically parameterized types and a common interface that is shared between them.

julia-ratios 0.4.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/timholy/Ratios.jl
Licenses: Expat
Synopsis: Faster Rational-like types for Julia
Description:

This package provides types similar to Julia's Rational type, which make some sacrifices but have better computational performance.

julia-ifelse 0.1.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/sciml/ifelse.jl
Licenses: Expat
Synopsis: Function form of the if-else conditional statement
Description:

This package provides a convenient function form of the conditional ifelse. It is similar to Core.ifelse but it is extendable.

julia-fitsio 0.17.1
Propagated dependencies: julia-cfitsio@1.4.1 julia-reexport@1.2.2 julia-tables@1.4.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAstro/CFITSIO.jl
Licenses: Expat
Synopsis: Astronomical FITS file support for Julia
Description:

This package provides Julia implementation for reading and writing FITS files, based on the cfitsio library.

julia-zygote 0.6.41
Propagated dependencies: julia-abstractffts@1.0.1 julia-chainrules@1.35.0 julia-chainrulescore@1.12.2 julia-diffrules@1.15.1 julia-fillarrays@0.13.6 julia-forwarddiff@0.10.36 julia-irtools@0.4.7 julia-logexpfunctions@0.3.17 julia-macrotools@0.5.6 julia-nanmath@0.3.7 julia-requires@1.3.0 julia-specialfunctions@1.8.7 julia-zygoterules@0.2.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://fluxml.ai/Zygote.jl
Licenses: Expat
Synopsis: Automatic differentiation in Julia
Description:

Zygote provides source-to-source automatic differentiation (AD) in Julia, and is the next-generation AD system for the Flux differentiable programming framework.

julia-ffmpeg 0.4.1
Propagated dependencies: julia-ffmpeg-jll@4.3.1+2 julia-x264-jll@2020.7.14+0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaIO/FFMPEG.jl
Licenses: Expat
Synopsis: Julia Package for ffmpeg
Description:

This package is made to be included into packages that just need the ffmpeg binaries + executables, and don't want the overhead of VideoIO.jl.

julia-colors 0.12.9
Propagated dependencies: julia-colortypes@0.11.1 julia-fixedpointnumbers@0.8.5 julia-reexport@1.2.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGraphics/Colors.jl
Licenses: Expat
Synopsis: Tools for dealing with color
Description:

This package provides a wide array of functions for dealing with color. This includes conversion between colorspaces, measuring distance between colors, simulating color blindness, parsing colors, and generating color scales for graphics.

julia-compat 3.39.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaLang/Compat.jl
Licenses: Expat
Synopsis: Compatibility across Julia versions
Description:

The Compat package is designed to ease interoperability between older and newer versions of the Julia language. The Compat package provides a macro that lets you use the latest syntax in a backwards-compatible way.

julia-images 0.25.2
Propagated dependencies: julia-fileio@1.9.1 julia-graphics@1.1.2 julia-imageaxes@0.6.10 julia-imagebase@0.1.5 julia-imagecore@0.9.4 julia-imagemagick@1.2.1 julia-imagemetadata@0.9.8 julia-imageshow@0.3.2 julia-imagetransformations@0.9.5 julia-indirectarrays@0.5.1 julia-reexport@1.2.2 julia-staticarrays@1.2.13 julia-statsbase@0.33.10 julia-suppressor@0.2.0
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaImages/Images.jl
Licenses: Expat
Synopsis: Image library for Julia
Description:

Images.jl is increasingly becoming an "umbrella package" that exports a set of packages which are useful for common image processing tasks. Most of these packages are hosted at JuliaImages, JuliaArrays, JuliaIO, JuliaGraphics, and JuliaMath.

julia-pdmats 0.11.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaStats/PDMats.jl
Licenses: Expat
Synopsis: Uniform Interface for positive definite matrices of various structures
Description:

PDMats.jl supports efficient computation on positive definite matrices of various structures. In particular, it provides uniform interfaces to use positive definite matrices of various structures for writing generic algorithms, while ensuring that the most efficient implementation is used in actual computation.

julia-pyplot 2.10.0
Propagated dependencies: julia-colors@0.12.9 julia-latexstrings@1.3.0 julia-pycall@1.92.5 julia-versionparsing@1.2.0 python-matplotlib@3.8.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaPy/PyPlot.jl
Licenses: Expat
Synopsis: Plotting for Julia based on matplotlib.pyplot
Description:

This package provides a Julia interface to the Matplotlib plotting library from Python, and specifically to the matplotlib.pyplot module. PyPlot uses the Julia PyCall package to call Matplotlib directly from Julia with little or no overhead (arrays are passed without making a copy).

julia-quadgk 2.5.0
Propagated dependencies: julia-datastructures@0.18.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/QuadGK.jl
Licenses: Expat
Synopsis: Adaptive 1d numerical Gauss–Kronrod integration
Description:

This package provides support for one-dimensional numerical integration in Julia using adaptive Gauss-Kronrod quadrature. The code was originally part of Base Julia. It supports integration of arbitrary numeric types, including arbitrary precision (BigFloat), and even integration of arbitrary normed vector spaces (e.g. matrix-valued integrands).

julia-fileio 1.9.1
Propagated dependencies: julia-requires@1.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaIO/FileIO.jl
Licenses: Expat
Synopsis: Main Package for IO, loading all different kind of files
Description:

FileIO aims to provide a common framework for detecting file formats and dispatching to appropriate readers/writers. The two core functions in this package are called load and save, and offer high-level support for formatted files (in contrast with Julia's low-level read and write).

julia-pycall 1.92.5
Dependencies: python@3.11.11
Propagated dependencies: julia-macrotools@0.5.6 julia-versionparsing@1.2.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaPy/PyCall.jl
Licenses: Expat
Synopsis: Call Python functions from the Julia language
Description:

This package provides the ability to directly call and fully interoperate with Python from the Julia language. You can import arbitrary Python modules from Julia, call Python functions (with automatic conversion of types between Julia and Python), define Python classes from Julia methods, and share large data structures between Julia and Python without copying them.

Total results: 365