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

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-bitflags 0.1.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/jmert/BitFlags.jl
Licenses: Expat
Synopsis: Enum-like type for bit flag option values
Description:

BitFlag.jl provides an Enum-like type for bit flag option values.

julia-contour 0.5.7
Propagated dependencies: julia-staticarrays@1.2.13
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaGeometry/Contour.jl
Licenses: Expat
Synopsis: Calculating contour curves for 2D scalar fields in Julia
Description:

This package provides a generic implementation of the marching squares algorithm for tracing contour curves on a scalar 2D field.

julia-statsfuns 0.9.18
Propagated dependencies: julia-chainrulescore@1.12.2 julia-inversefunctions@0.1.8 julia-irrationalconstants@0.1.1 julia-logexpfunctions@0.3.17 julia-reexport@1.2.2 julia-rmath@0.7.0 julia-specialfunctions@1.8.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaStats/StatsFuns.jl
Licenses: Expat
Synopsis: Mathematical functions related to statistics
Description:

This package provides a collection of mathematical constants and numerical functions for statistical computing.

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-unzip 0.2.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/bramtayl/Unzip.jl
Licenses: Expat
Synopsis:
Description:
julia-plutoui 0.7.51
Propagated dependencies: julia-abstractplutodingetjes@1.1.4 julia-colortypes@0.11.1 julia-fixedpointnumbers@0.8.5 julia-hyperscript@0.0.4 julia-hypertextliteral@0.9.4 julia-iocapture@0.2.2 julia-json@0.21.3 julia-mimes@0.1.4 julia-reexport@1.2.2 julia-uris@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/fonsp/PlutoUI.jl
Licenses: Unlicense
Synopsis: Helper package for Julia Pluto
Description:

This package helps to make html"<input>" a bit more native to Julia. Use it with the @bind macro in Pluto.

julia-cairomakie 0.8.13
Propagated dependencies: julia-colors@0.12.9 julia-fileio@1.9.1 julia-freetype@4.1.0 julia-geometrybasics@0.4.2 julia-makie@0.17.13
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.makie.org/stable
Licenses: Expat
Synopsis: Cairo Backend for Makie
Description:

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

julia-roots 2.0.3
Propagated dependencies: julia-commonsolve@0.2.4 julia-setfield@1.1.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: http://juliamath.github.io/Roots.jl/
Licenses: Expat
Synopsis: Root finding functions for Julia
Description:

This package contains simple routines for finding roots, or zeros, of scalar functions of a single real variable using floating-point math.

rmath-julia 0.3.0-1.5c5dfd6
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaStats/Rmath-julia
Licenses: GPL 2
Synopsis: Rmath library from R
Description:

This is a slightly modified version of the standalone Rmath library from R, built to be used with the Rmath.jl Julia package. The main difference is that it is built to allow defining custom random number generating functions via C function pointers (see include/callback.h). When using the library, these should be defined before calling any of the random functions.

julia-foldingtrees 1.2.1
Propagated dependencies: julia-abstracttrees@0.4.3
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaCollections/FoldingTrees.jl
Licenses: Expat
Synopsis: Dynamic tree structure with control over the accessibility of node children
Description:

FoldingTrees implements a dynamic tree structure in which some nodes may be "folded," i.e., marked to avoid descent among that node's children. It also supports interactive text menus based on folding trees.

julia-freetypeabstraction 0.9.9
Propagated dependencies: julia-colorvectorspace@0.9.9 julia-colors@0.12.9 julia-freetype@4.1.0 julia-geometrybasics@0.4.2
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaGraphics/FreeTypeAbstraction.jl
Licenses: Expat
Synopsis: Julian abstraction layer over FreeType.jl
Description:

This package provides an abstraction layer over the FreeType Julia module.

julia-freetype 4.1.0
Propagated dependencies: julia-cenum@0.4.1 julia-freetype2-jll@2.13.1+0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaGraphics/FreeType.jl
Licenses: Zlib
Synopsis: FreeType 2 bindings for Julia
Description:

This package provides FreeType bindings for Julia.

julia-precompiletools 1.1.2
Propagated dependencies: julia-preferences@1.4.3
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaLang/PrecompileTools.jl
Licenses: Expat
Synopsis: Reduce time-to-first-execution of Julia code
Description:

PrecompileTools allows you to reduce the latency of the first execution of Julia code. It is applicable for package developers and for "ordinary users" in their personal workflows.

julia-intervals 1.5.0
Propagated dependencies: julia-infinity@0.2.4 julia-recipesbase@1.2.1 julia-timezones@1.5.9
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/invenia/Intervals.jl
Licenses: Expat
Synopsis: Non-iterable ranges
Description:

This package defines:

AbstractInterval, along with its subtypes Interval and AnchoredInterval, and also Bound.

julia-setfield 1.1.1
Propagated dependencies: julia-constructionbase@1.3.0 julia-macrotools@0.5.6 julia-staticarrayscore@1.4.2
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/jw3126/Setfield.jl
Licenses: Expat
Synopsis: Update deeply nested immutable structs
Description:

Update deeply nested immutable structs.

julia-scratch 1.1.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPackaging/Scratch.jl
Licenses: Expat
Synopsis: Scratch spaces for all your persistent mutable data needs
Description:

This repository implements the scratch spaces API for package-specific mutable containers of data. These spaces can contain datasets, text, binaries, or any other kind of data that would be convenient to store in a location specific to your package. As compared to Artifacts, these containers of data are mutable. Because the scratch space location on disk is not very user-friendly, scratch spaces should, in general, not be used for a storing files that the user must interact with through a file browser. In that event, packages should simply write out to disk at a location given by the user. Scratch spaces are designed for data caches that are completely managed by a package and should be removed when the package itself is uninstalled.

julia-memoize 0.4.4
Propagated dependencies: julia-macrotools@0.5.6
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaCollections/Memoize.jl
Licenses: Zero-Clause BSD
Synopsis: Memoize macro for Julia
Description:

Easy memoization for Julia.

julia-glob 1.3.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/vtjnash/Glob.jl
Licenses: Expat
Synopsis: Posix-compliant file name pattern matching
Description:

This implementation of Glob is based on the IEEE Std 1003.1, 2004 Edition (Open Group Base Specifications Issue 6) for fnmatch and glob.

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-commonsolve 0.2.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.sciml.ai/CommonSolve/stable
Licenses: Expat
Synopsis: Common solve function for scientific machine learning
Description:

This holds the common solve, init, step!, and solve! commands. By using the same definition, solver libraries from other completely different ecosystems can extend the functions and thus not clash with SciML if both ecosystems export the solve command. The rules are that you must dispatch on one of your own types.

julia-liteqtl 0.2.1
Propagated dependencies: julia-dataframes@1.3.6 julia-distributions@0.25.80 julia-docstringextensions@0.8.5
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/senresearch/LiteQTL.jl
Licenses: Expat
Synopsis: Julia package for eQTL genome scans near real-time
Description:

LiteQTL is a package that runs whole genome QTL scans near real-time, utilizing the computation power of GPU. LiteQTL uses new algorithms that enables near-real time whole genome QTL scans for up to 1 million traits. By using easily parallelizable operations including matrix multiplication, vectorized operations, and element-wise operations, our method is about 300 times faster than a R/qtl linear model genome scan using 16 threads.

julia-earcut-jll 2.1.5+1-1.b234ae0
Dependencies: earcut-for-julia-earcut-jll@2.2.3
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaBinaryWrappers/EarCut_jll.jl
Licenses: Expat
Synopsis:
Description:
julia-abstractplutodingetjes 1.1.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.juliahub.com/AbstractPlutoDingetjes/UHbnu/
Licenses: Unlicense
Synopsis: Abstract package for creating widgets in Pluto.jl
Description:

An abstract package to be implemented by packages/people who create widgets (or other dingetjes) for Pluto.

julia-snoopcompile 1.7.2
Propagated dependencies: julia-snoopcompileanalysis@1.7.2 julia-snoopcompilebot@1.7.2 julia-snoopcompilecore@1.7.2
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.

Total results: 577