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

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-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-binaryprovider 0.5.10
Dependencies: busybox@1.37.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPackaging/BinaryProvider.jl
Licenses: Expat
Build system: julia
Synopsis: binary provider for Julia
Description:

Packages are installed to a Prefix; a folder that acts similar to the /usr/local directory on Unix-like systems, containing a bin folder for binaries, a lib folder for libraries, etc... Prefix objects can have tarballs install()'ed within them, uninstall()'ed from them, etc...

julia-snoopcompileanalysis 1.7.2
Propagated dependencies: julia-cthulhu@1.6.1 julia-orderedcollections@1.4.1
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-mimes 0.1.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaWeb/MIMEs.jl
Licenses: Expat
Build system: julia
Synopsis: MIME information: filetype, encoding, gzip
Description:

A small package to transform between file extensions and MIME types, with bonus features.

earcut-for-julia-earcut-jll 2.2.3
Dependencies: gcc-toolchain@15.2.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/mapbox/earcut.hpp
Licenses: Expat
Build system: trivial
Synopsis: Header version of EarCut.js
Description:
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.

julia-git-jll 2.36.1+2
Dependencies: git-minimal@2.52.0
Propagated dependencies: julia-jllwrappers@1.3.0 julia-expat-jll@2.2.10+0 julia-openssl-jll@1.1.1+2 julia-libiconv-jll@1.16.1+0 julia-zlib-jll@1.2.12+1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaBinaryWrappers/Git_jll.jl
Licenses: Expat
Build system: julia
Synopsis: Git library wrappers
Description:

This package provides a wrapper for the git library.

julia-doublefloats 1.1.25
Propagated dependencies: julia-genericlinearalgebra@0.3.0 julia-polynomials@2.0.24 julia-quadmath@0.5.5 julia-requires@1.3.0 julia-specialfunctions@1.8.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaMath/DoubleFloats.jl
Licenses: Expat
Build system: julia
Synopsis: Extended precision float and complex types
Description:

This package provides a math library with extended precision floats and complex types.

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-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-unicodefun 0.4.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/SimonDanisch/UnicodeFun.jl
Licenses: Expat
Build system: julia
Synopsis: Transform text into unicode symbols
Description:

This package offers a unicode transformation library.

julia-codetracking 1.3.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/timholy/CodeTracking.jl
Licenses: Expat
Build system: julia
Synopsis: It's editing-time, do you know where your methods are?
Description:

CodeTracking can be thought of as an extension of Julia's InteractiveUtils library. It provides an interface for obtaining:

  1. the strings and expressions of method definitions

  2. the method signatures at a specific file & line number

  3. location information for "dynamic" code that might have moved since it was first loaded

  4. a list of files that comprise a particular package.

julia-plutosliderserver 0.3.11
Propagated dependencies: julia-abstractplutodingetjes@1.1.4 julia-configurations@0.16.4 julia-fromfile@0.1.5 julia-git@1.2.1 julia-http@0.9.17 julia-json@0.21.3 julia-pluto@0.19.9 julia-terminalloggers@0.1.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPluto/PlutoSliderServer.jl
Licenses: Unlicense
Build system: julia
Synopsis: Web server to run parts of a Pluto.jl notebook
Description:

This package provides a web server to run just the @bind parts of a Pluto.jl notebook.

julia-distributions 0.25.80
Propagated dependencies: julia-chainrulescore@1.12.2 julia-densityinterface@0.4.0 julia-fillarrays@0.13.6 julia-pdmats@0.11.1 julia-quadgk@2.5.0 julia-specialfunctions@1.8.7 julia-statsbase@0.33.10 julia-statsfuns@0.9.18
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaStats/Distributions.jl
Licenses: Expat
Build system: julia
Synopsis: Probability distributions and associated functions
Description:

Julia package for probability distributions and associated functions. Particularly, Distributions implements:

  1. Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other properties

  2. Probability density/mass functions (pdf) and their logarithm (logpdf)

  3. Moment generating functions and characteristic functions

  4. Sampling from population or from a distribution

  5. Maximum likelihood estimation

julia-observables 0.5.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaGizmos/Observables.jl
Licenses: Expat
Build system: julia
Synopsis: Observable ref
Description:

This package provides the Observables type in Julia, which are like Refs but you can listen to changes.

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
Build system: julia
Synopsis:
Description:
julia-fzf-jll 0.35.1+0
Dependencies: fzf@0.67.0
Propagated dependencies: julia-jllwrappers@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaBinaryWrappers/fzf_jll.jl
Licenses: Expat
Build system: julia
Synopsis: Fzf library wrappers
Description:

This package provides a wrapper for fzf.

julia-flxqtl 0.3.0
Propagated dependencies: julia-distributions@0.25.80 julia-pyplot@2.10.0 julia-staticarrays@1.2.13 julia-statsbase@0.33.10
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/senresearch/FlxQTL.jl
Licenses: GPL 3
Build system: julia
Synopsis: QTL analysis tool by multivariate mixed linear model
Description:

FlxQTL.jl is a a package for a multivariate linear mixed model based QTL analysis tool that supports incorporating information from trait covariates such as time or different environments. The package supports computation of one-dimensional and two-dimensional multivariate genome scans, visualization of genome scans, support for LOCO, computation of kinship matrices, and support for distributed computing.

julia-makiecore 0.4.0
Propagated dependencies: julia-observables@0.5.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.makie.org/stable
Licenses: Expat
Build system: julia
Synopsis: Backend core for Makie
Description:

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

julia-visualregressiontests 1.0.0
Propagated dependencies: julia-colortypes@0.11.1 julia-colorvectorspace@0.9.9 julia-fileio@1.9.1 julia-imagemagick@1.2.1 julia-requires@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPlots/VisualRegressionTests.jl
Licenses: Expat
Build system: julia
Synopsis: Automated integrated regression tests for graphics libraries
Description:

Easy regression testing for visual packages. Automated tests compare similarity between a newly generated image and a reference image using the Images package. While in interactive mode, the tests can optionally pop up a Gtk GUI window showing a side-by-side comparison of the test and reference image, and then optionally overwrite the reference image with the test image. This allows for straightforward regression testing of image data, even when the "correct" images change over time.

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-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
Build system: julia
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-inlinestrings 1.1.2
Propagated dependencies: julia-parsers@2.2.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaStrings/InlineStrings.jl
Licenses: Expat
Build system: julia
Synopsis: Fixed-width string types for Julia
Description:

This package provides fixed-width string types for facilitating certain string workflows in Julia.

Total results: 579