_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-imagecontrastadjustment 0.3.10
Propagated dependencies: julia-imagecore@0.9.4 julia-imagetransformations@0.9.5
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageContrastAdjustment.jl
Licenses: Expat
Synopsis: Julia package for enhancing and manipulating image contrast
Description:

Julia package for enhancing and manipulating image contrast.

julia-lazilyinitializedfields 1.2.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/KristofferC/LazilyInitializedFields.jl
Licenses: Expat
Synopsis: Handle lazily initialized fields
Description:

A package for handling lazily initialized fields.

julia-xorg-xcb-util-image-jll 0.4.0+1
Dependencies: xcb-util-image@0.4.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xcb-util-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_image_jll.jl
Licenses: Expat
Synopsis: Xcb-util-image library wrappers
Description:

This package provides a wrapper for the xcb-util-image library.

perl-datetime-calendar-julian 0.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Calendar-Julian
Licenses: GPL 1+
Synopsis: Dates in the Julian calendar
Description:

This package is a companion module to DateTime.pm. It implements the Julian calendar. It supports everything that DateTime.pm supports and more: about one day per century more, to be precise.

julia-multivariatepolynomials 0.5.7
Propagated dependencies: julia-chainrulescore@1.12.2 julia-datastructures@0.18.13 julia-mutablearithmetics@1.6.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAlgebra/MultivariatePolynomials.jl
Licenses: Expat
Synopsis: Package providing an interface for multivariate polynomials
Description:

This package provides an interface for manipulating multivariate polynomials. Implementing algorithms on polynomials using this interface will allow the algorithm to work for all polynomials implementing this interface. The interface contains functions for accessing the coefficients, monomials, defining arithmetic operations on them, rational functions, division with remainder, calculus and differentiation, and evaluation and substitution.

go-github-com-ncruces-julianday 1.0.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/julianday
Licenses: Expat
Synopsis: Julian Day calculator
Description:

Package julianday provides Time to Julian day conversions.

julia-xorg-libpthread-stubs-jll 0.1.0+2
Dependencies: libpthread-stubs@0.5
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xslt-jll@1.1.34+0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_libpthread_stubs_jll.jl
Licenses: Expat
Synopsis: Libpthread-stubs library wrappers
Description:

This package provides a wrapper for the libpthread-stubs library.

julia-xorg-xkeyboard-config-jll 2.27.0+3
Dependencies: xkeyboard-config@2.44
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xkbcomp-jll@1.4.2+3
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xkeyboard_config_jll.jl
Licenses: Expat
Synopsis: Xkeyboard-config library wrappers
Description:

This package provides a wrapper for the xkeyboard-config library.

julia-xorg-xcb-util-keysyms-jll 0.4.0+1
Dependencies: xcb-util-keysyms@0.4.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xcb-util-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_keysyms_jll.jl
Licenses: Expat
Synopsis: Xcb-util-keysyms library wrappers
Description:

This package provides a wrapper for the xcb-util-keysyms library.

julia-coordinatetransformations 0.6.2-1.78f5a5c
Propagated dependencies: julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGeometry/CoordinateTransformations.jl
Licenses: Expat
Synopsis: Coordinate transformations in Julia
Description:

CoordinateTransformations is a Julia package to manage simple or complex networks of coordinate system transformations. Transformations can be easily applied, inverted, composed, and differentiated (both with respect to the input coordinates and with respect to transformation parameters such as rotation angle). Transformations are designed to be light-weight and efficient enough for, e.g., real-time graphical applications, while support for both explicit and automatic differentiation makes it easy to perform optimization and therefore ideal for computer vision applications such as SLAM (simultaneous localization and mapping).

julia-leftchildrightsiblingtrees 0.2.0
Propagated dependencies: julia-abstracttrees@0.4.3
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaCollections/LeftChildRightSiblingTrees.jl
Licenses: Expat
Synopsis: Representation of a tree with arbitrary number of children/node
Description:

A left child, right sibling tree (frequently abbreviated as "LCRS") is a rooted tree data structure that allows a parent node to have multiple child nodes. Rather than maintain a list of children (which requires one array per node), instead it is represented as a binary tree, where the "left" branch is the first child, whose "right" branch points to its first sibling.

julia-iteratorinterfaceextensions 1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/queryverse/IteratorInterfaceExtensions.jl
Licenses: Expat
Synopsis: Traits for Julia iterators
Description:

IteratorInterfaceExtensions defines a small number of extensions to the iterator interface.

julia-xorg-xcb-util-renderutil-jll 0.3.9+1
Dependencies: xcb-util-renderutil@0.3.10
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xcb-util-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_renderutil_jll.jl
Licenses: Expat
Synopsis: Xcb-util-renderutil library wrappers
Description:

This package provides a wrapper for the xcb-util-renderutil library.

julia-compilersupportlibraries-jll 0.4.0+1
Dependencies: gfortran@14.3.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/CompilerSupportLibraries_jll.jl
Licenses: Expat
Synopsis: Internal wrappers
Description:

This package provides compiler support for libraries. 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-bittwiddlingconveniencefunctions 0.1.6
Propagated dependencies: julia-static@0.8.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaSIMD/BitTwiddlingConvenienceFunctions.jl
Licenses: Expat
Synopsis: Bit twiddling convenience functions
Description:

This package provides bit twiddling convenience functions in Julia. These are useful for going to the next or previous mask size or for calculating corresponding shifts.

go-github-com-jdkato-go-tree-sitter-julia 0.1.0
Propagated dependencies: go-github-com-smacker-go-tree-sitter@0.0.0-20240827094217-dd81d9e9be82
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jdkato/go-tree-sitter-julia
Licenses: Unlicense
Synopsis: Julia grammar for tree sitter
Description:

This package provides a Julia grammar for tree-sitter bindings in Golang.

Total results: 448