_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


julia-commonsubexpressions 0.3.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/rdeits/CommonSubexpressions.jl
Licenses: Expat
Build system: julia
Synopsis: @code{@@cse} macro for Julia
Description:

This package provides the @cse macro, which performs common subexpression elimination.

julia-chainrulestestutils 1.5.1
Propagated dependencies: julia-chainrulescore@1.12.2 julia-compat@3.39.0 julia-finitedifferences@0.12.17
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDiff/ChainRulesTestUtils.jl
Licenses: Expat
Build system: julia
Synopsis: Common utilities used by downstream automatic differentiation tools
Description:

This package is designed to help in testing ChainRulesCore.frule and ChainRulesCore.rrule methods. The main entry points are ChainRulesTestUtils.frule_test, ChainRulesTestUtils.rrule_test, and ChainRulesTestUtils.test_scalar. Currently this is done via testing the rules against numerical differentiation (using FiniteDifferences.jl).

ChainRulesTestUtils.jl is separated from ChainRulesCore.jl so that it can be a test-only dependency, allowing it to have potentially heavy dependencies, while keeping ChainRulesCore.jl as light-weight as possible.

julia-lightgraphs 1.3.5
Propagated dependencies: julia-arnoldimethod@0.2.0 julia-datastructures@0.18.13 julia-inflate@0.1.2 julia-simpletraits@0.9.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/sbromberger/LightGraphs.jl
Licenses: FreeBSD
Build system: julia
Synopsis: Optimized graphs package for Julia
Description:

LightGraphs offers both (a) a set of simple, concrete graph implementations -- Graph (for undirected graphs) and DiGraph (for directed graphs), and (b) an API for the development of more sophisticated graph implementations under the AbstractGraph type.

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
Build system: julia
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-irrationalconstants 0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/IrrationalConstants.jl
Licenses: Expat
Build system: julia
Synopsis: Additional irrationals for Julia
Description:

This package provides these irrational constants:

  • twoπ = 2π

  • fourπ = 4π

  • halfπ = π / 2

  • quartπ = π / 4

  • invπ = 1 / π

  • twoinvπ = 2 / π

  • fourinvπ = 4 / π

  • inv2π = 1 / (2π)

  • inv4π = 1 / (4π)

  • sqrt2 = √2

  • sqrt3 = √3

  • sqrtπ = √π

  • sqrt2π = √2π

  • sqrt4π = √4π

  • sqrthalfπ = √(π / 2)

  • invsqrt2 = 1 / √2

  • invsqrtπ = 1 / √π

  • invsqrt2π = 1 / √2π

  • loghalf = log(1 / 2)

  • logtwo = log(2)

  • logten = log(10)

  • logπ = log(π)

  • log2π = log(2π)

  • log4π = log(4π)

julia-simdtypes 0.1.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaSIMD/SIMDTypes.jl
Licenses: Expat
Build system: julia
Synopsis: SIMD type declarations
Description:

This minimalistic package serves as the foundation for other SIMD packages in Julia.

julia-dataframes 1.3.6
Propagated dependencies: julia-categoricalarrays@0.10.8 julia-compat@3.39.0 julia-dataapi@1.16.0 julia-invertedindices@1.1.0 julia-iteratorinterfaceextensions@1.0.0 julia-missings@1.0.2 julia-pooledarrays@1.4.2 julia-prettytables@2.1.2 julia-reexport@1.2.2 julia-shiftedarrays@1.0.0 julia-sortingalgorithms@1.0.1 julia-tables@1.4.4 julia-tabletraits@1.0.1 julia-unitful@1.12.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://dataframes.juliadata.org/stable/
Licenses: Expat
Build system: julia
Synopsis: In-memory tabular data
Description:

This package provides a set of tools for working with tabular data in Julia. Its design and functionality are similar to those of Pandas from Python or data.frame, data.table and dplyr from R, making it a great general purpose data science tool, especially for those coming to Julia from R or Python.

julia-documentertools 0.1.13
Dependencies: julia-documenter-bootstrap@0.27.7
Propagated dependencies: julia-docstringextensions@0.8.5 julia-gumbo@0.8.0 julia-sass@0.2.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDocs/DocumenterTools.jl
Licenses: Expat
Build system: julia
Synopsis: Extra tools for setting up Documenter.jl
Description:

This package contains utilities for setting up documentation generation with Documenter.jl.

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
Build system: julia
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-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
Build system: julia
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.

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
Build system: julia
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-showoff 1.0.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGraphics/Showoff.jl
Licenses: Expat
Build system: julia
Synopsis: Nicely format an array of n things for tables and plots
Description:

Showoff provides an interface for consistently formatting an array of n things, e.g. numbers, dates, unitful values. It's used in Gadfly, Plots and Makie to label axes and keys.

julia-imagecore 0.9.4
Propagated dependencies: julia-abstractffts@1.0.1 julia-colors@0.12.9 julia-colorvectorspace@0.9.9 julia-fixedpointnumbers@0.8.5 julia-graphics@1.1.2 julia-mappedarrays@0.4.1 julia-mosaicviews@0.3.3 julia-offsetarrays@1.12.8 julia-paddedviews@0.5.11 julia-reexport@1.2.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageCore.jl
Licenses: Expat
Build system: julia
Synopsis: Julia types for representing images
Description:

ImageCore is the lowest-level component of the system of packages designed to support image processing and computer vision.

julia-crayons 4.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/KristofferC/Crayons.jl
Licenses: Expat
Build system: julia
Synopsis: Colored and styled strings for terminals
Description:

Crayons is a package that makes it simple to write strings in different colors and styles to terminals. It supports the 16 system colors, both the 256 color and 24 bit true color extensions, and the different text styles available to terminals.

julia-imageshow 0.3.2
Propagated dependencies: julia-fileio@1.9.1 julia-imagebase@0.1.5 julia-imagecore@0.9.4 julia-offsetarrays@1.12.8 julia-stackviews@0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageShow.jl
Licenses: Expat
Build system: julia
Synopsis: Inline graphical display of images in Julia graphical environments
Description:

This package implements image show methods suitable for graphical platforms such as IJulia. It is intended to provide convenient inline presentation of greyscale or color images.

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
Build system: julia
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-forwarddiff 0.10.36
Dependencies: julia-calculus@0.5.1 julia-difftests@0.1.1
Propagated dependencies: julia-calculus@0.5.1 julia-commonsubexpressions@0.3.0 julia-diffresults@1.0.3 julia-diffrules@1.15.1 julia-difftests@0.1.1 julia-logexpfunctions@0.3.17 julia-nanmath@0.3.7 julia-specialfunctions@1.8.7 julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDiff/ForwardDiff.jl
Licenses: Expat
Build system: julia
Synopsis: Methods to take multidimensional derivatives
Description:

This package implements methods to take derivatives, gradients, Jacobians, Hessians, and higher-order derivatives of native Julia functions (or any callable object, really) using forward mode automatic differentiation (AD).

julia-mappedarrays 0.4.1
Propagated dependencies: julia-fixedpointnumbers@0.8.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaArrays/MappedArrays.jl
Licenses: Expat
Build system: julia
Synopsis: Lazy in-place transformations of arrays
Description:

This package implements "lazy" in-place elementwise transformations of arrays for the Julia programming language. Explicitly, it provides a "view" M of an array A so that M[i] = f(A[i]) for a specified (but arbitrary) function f, without ever having to compute M explicitly (in the sense of allocating storage for M). The name of the package comes from the fact that M == map(f, A).

julia-intervaltrees 1.0.0-1.e37edab
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/BioJulia/IntervalTrees.jl
Licenses: Expat
Build system: julia
Synopsis: Interval Trees for Julia
Description:

This package provides an implementation of an associative container mapping (K,V) pairs via the type IntervalTreeK, V. The type K may be any ordered type.

julia-shiftedarrays 1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaArrays/ShiftedArrays.jl
Licenses: Expat
Build system: julia
Synopsis: Lazy shifted arrays for data analysis in Julia
Description:

This package provides an implementation of shifted arrays for Julia.

julia-mutablearithmetics 1.6.0
Propagated dependencies: julia-offsetarrays@1.12.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/jump-dev/MutableArithmetics.jl
Licenses: MPL 2.0
Build system: julia
Synopsis: Interface for arithmetics on mutable types in Julia
Description:

MutableArithmetics is a Julia package which allows:

  • mutable types to implement mutable arithmetics

  • algorithms that could exploit mutable arithmetics to exploit them while still being completely generic

julia-remotefiles 0.5.0
Propagated dependencies: julia-fileio@1.9.1 julia-http@0.9.17
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/helgee/RemoteFiles.jl
Licenses: Expat
Build system: julia
Synopsis: Download files from the Internet and keep them up-to-date
Description:

This package provides a functionality of files download with cURL, wget or HTTP.jl backends.

julia-parameters 0.12.2
Propagated dependencies: julia-orderedcollections@1.4.1 julia-unpack@1.0.2
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/mauro3/Parameters.jl
Licenses: Expat
Build system: julia
Synopsis: Numerical-model parameter helpers
Description:

This package contains types with default field values, keyword constructors and (un-)pack macros. Keyword functions can be slow in Julia, however, the normal positional constructor is also provided and could be used in performance critical code.

julia-mocking 0.7.3
Propagated dependencies: julia-compat@3.39.0 julia-exprtools@0.1.8
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/invenia/Mocking.jl
Licenses: Expat
Build system: julia
Synopsis: Overload Julia function calls
Description:

The purpose of this package is to allow Julia function calls to be temporarily overloaded for the purpose of testing.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091