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

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-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
Build system: julia
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-pipe 1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/oxinabox/Pipe.jl
Licenses: Expat
Build system: julia
Synopsis: Enhancement to Julia piping syntax
Description:

This package provides an enhancement to Julia piping syntax.

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
Build system: julia
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
Build system: julia
Synopsis: Rmath library wrappers
Description:

This package provides a wrapper for Rmath.

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
Build system: julia
Synopsis: Update deeply nested immutable structs
Description:

Update deeply nested immutable structs.

julia-tricks 0.1.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/oxinabox/Tricks.jl
Licenses: Expat
Build system: julia
Synopsis: Cunning tricks though the julia compiler internals
Description:

Tricks.jl is an particularly cunning package that does tricks with the Julia edge system.

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
Build system: julia
Synopsis: Enum-like type for bit flag option values
Description:

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

julia-conda 1.5.2
Propagated dependencies: julia-json@0.21.3 julia-versionparsing@1.2.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPy/Conda.jl
Licenses: Expat
Build system: julia
Synopsis: Conda managing Julia binary dependencies
Description:

This package allows one to use conda as a cross-platform binary provider for Julia for other Julia packages, especially to install binaries that have complicated dependencies like Python.

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
Build system: julia
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-http 1.0.5
Dependencies: julia-json@0.21.3 julia-bufferedstreams@1.0.0
Propagated dependencies: julia-codeczlib@0.7.0 julia-inifile@0.5.0 julia-loggingextras@1.0.0 julia-mbedtls@1.0.3 julia-simplebufferstream@1.1.0 julia-uris@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://juliaweb.github.io/HTTP.jl/
Licenses: Expat
Build system: julia
Synopsis: HTTP support for Julia
Description:

HTTP.jl is a Julia library for HTTP Messages, implementing both a client and a server.

julia-openssl 1.4.1
Propagated dependencies: julia-bitflags@0.1.7 julia-openssl-jll@1.1.1+2
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaWeb/OpenSSL.jl
Licenses: Expat
Build system: julia
Synopsis: Openssl Julia bindings
Description:

This package provides Openssl Julia bindings.

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

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
Build system: julia
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-registryinstances 0.1.0
Propagated dependencies: julia-lazilyinitializedfields@1.2.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/GunnarFarneback/RegistryInstances.jl
Licenses: Expat
Build system: julia
Synopsis: Access the information in installed Julia registries
Description:

Julia's package manager stores package metadata in registries, which consist of TOML files in a directory structure.

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
Build system: julia
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-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
Build system: julia
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-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
Build system: julia
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-inversefunctions 0.1.8
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaMath/InverseFunctions.jl
Licenses: Expat
Build system: julia
Synopsis: Interface for function inversion in Julia
Description:

This package provides an interface to invert functions in Julia.

julia-snoopprecompile 1.0.3
Propagated dependencies: julia-preferences@1.4.3
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://timholy.github.io/SnoopCompile.jl/dev/
Licenses: Expat
Build system: julia
Synopsis: Effectively precompile code needed by your package
Description:

SnoopPrecompile is a small dependency used to effectively precompile code needed by your package, particularly on Julia 1.8 and higher.

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
Build system: julia
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-git 1.2.1
Propagated dependencies: julia-git-jll@2.36.1+2
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaVersionControl/Git.jl
Licenses: Expat
Build system: julia
Synopsis: Use command-line Git in your Julia packages
Description:

Git.jl allows you to use command-line Git in your Julia packages. You do not need to have Git installed on your computer, and neither do the users of your packages!

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
Build system: julia
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-precompilesignatures 3.0.3
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/rikhuijzer/PrecompileSignatures.jl
Licenses: Expat
Build system: julia
Synopsis: Generate precompile directives by reading method signatures
Description:

This package reads all method signatures in a package and generates precompile directives for any concrete signature that it can find.

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
Build system: julia
Synopsis: Memoize macro for Julia
Description:

Easy memoization for Julia.

Total results: 580