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

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-infinity 0.2.4
Propagated dependencies: julia-requires@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.juliahub.com/Infinity/
Licenses: Expat
Build system: julia
Synopsis: Representation of infinity in Julia
Description:

This package provides representations for infinity and negative infinity in Julia.

julia-lazymodules 0.3.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/johnnychen94/LazyModules.jl
Licenses: Expat
Build system: julia
Synopsis: Lazily load Julia modules
Description:

This package provides package developers an alternative option to delay package loading until used. If some dependency is not used, then users don't need to pay for its latency.

julia-progressmeter 1.11.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/timholy/ProgressMeter.jl
Licenses: Expat
Build system: julia
Synopsis: Progress meter for long-running computations
Description:

julia-progressmeter provides a progress meter for long-running computations.

julia-pluto 0.19.9
Propagated dependencies: julia-configurations@0.16.4 julia-fuzzycompletions@0.4.1 julia-http@0.9.17 julia-hypertextliteral@0.9.4 julia-mimes@0.1.4 julia-msgpack@1.1.0 julia-precompilesignatures@3.0.3 julia-relocatablefolders@0.3.0 julia-tables@1.4.4 julia-uris@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/fonsp/Pluto.jl
Licenses: Expat
Build system: julia
Synopsis: Simple reactive notebooks for Julia
Description:

A Pluto notebook is made up of small blocks of Julia code (cells) and together they form a reactive notebook. When you change a variable, Pluto automatically re-runs the cells that refer to it. Cells can even be placed in arbitrary order - intelligent syntax analysis figures out the dependencies between them and takes care of execution.

julia-relocatablefolders 0.3.0
Propagated dependencies: julia-scratch@1.1.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPackaging/RelocatableFolders.jl
Licenses: Expat
Build system: julia
Synopsis: Reference packages in their project directory
Description:

An alternative to the @__DIR__ macro. Packages that wish to reference paths in their project directory run into issues with relocatability when used in conjunction with PackageCompiler.

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-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
Build system: julia
Synopsis: FreeType 2 bindings for Julia
Description:

This package provides FreeType bindings for Julia.

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
Build system: julia
Synopsis:
Description:
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-visuals 0.0.0-3.e8e2b60
Dependencies: julia-plutosliderserver@0.3.11 guile@3.0.9
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/sens/visuals
Licenses:
Build system: julia
Synopsis: Visualizations using Pluto.jl notebooks
Description:

Visualizations using Pluto.jl notebooks.

julia-timeroutputs 0.5.23
Propagated dependencies: julia-exprtools@0.1.8
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/KristofferC/TimerOutputs.jl
Licenses: Expat
Build system: julia
Synopsis: Formatted output of timed sections in Julia
Description:

TimerOutputs is a small Julia package that is used to generate formatted output from timings made in different sections of a program. It's main functionality is the @timeit macro, similar to the @time macro in Base except one also assigns a label to the code section being timed. Multiple calls to code sections with the same label (and in the same "scope") will accumulate the data for that label. After the program has executed, it is possible to print a nicely formatted table presenting how much time, allocations and number of calls were made in each section. The output can be customized as to only show the things you are interested in.

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
Build system: julia
Synopsis: Mathematical functions related to statistics
Description:

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

julia-packagecompiler 1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaLang/PackageCompiler.jl
Licenses: Expat
Build system: julia
Synopsis: Compile your Julia Package
Description:

PackageCompiler is a Julia package with two main purposes:

  • Creating custom sysimages for reduced latency when working locally with packages that has a high startup time.

  • Creating "apps" which are a bundle of files including an executable that can be sent and run on other machines without Julia being installed on that machine.

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
Build system: julia
Synopsis: Julian abstraction layer over FreeType.jl
Description:

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

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-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-staticarrayscore 1.4.2
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaArrays/StaticArraysCore.jl
Licenses: Expat
Build system: julia
Synopsis: Interface package for StaticArrays.jl
Description:

This package provides an interface package for StaticArrays.jl.

julia-terminalloggers 0.1.7
Propagated dependencies: julia-leftchildrightsiblingtrees@0.2.0 julia-progresslogging@0.1.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaLogging/TerminalLoggers.jl
Licenses: Expat
Build system: julia
Synopsis: Logging sinks and utilites for interactive terminals
Description:

TerminalLoggers provides a logger type TerminalLogger which can format your log messages in a richer way than the default ConsoleLogger which comes with the julia standard Logging library.

julia-progresslogging 0.1.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaLogging/ProgressLogging.jl
Licenses: Expat
Build system: julia
Synopsis: Define progress logs
Description:

ProgressLogging.jl is a package for defining progress logs. It can be used to report progress of a loop/loops with time-consuming body.

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
Build system: julia
Synopsis: Handle lazily initialized fields
Description:

A package for handling lazily initialized fields.

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

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-hyperscript 0.0.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaWeb/Hyperscript.jl
Licenses: Expat
Build system: julia
Synopsis: Lightweight DOM representation for Julia
Description:

Hyperscript is a package for working with HTML, SVG, and CSS in Julia. When using this library you automatically get:

  1. A concise DSL for writing HTML, SVG, and CSS.

  2. Flexible ways to combine DOM pieces together into larger components.

  3. Safe and automatic HTML-escaping.

  4. Lightweight and optional support for scoped CSS.

  5. Lightweight and optional support for CSS unit arithmetic.

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

Total results: 579