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

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-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-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-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
Build system: julia
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-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-densityinterface 0.4.0
Propagated dependencies: julia-inversefunctions@0.1.8
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaMath/DensityInterface.jl
Licenses: Expat
Build system: julia
Synopsis: Interface for mathematical/statistical densities
Description:

This package defines an interface for mathematical/statistical densities and objects associated with a density in Julia.

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-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-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-hypertextliteral 0.9.4
Propagated dependencies: julia-tricks@0.1.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://juliapluto.github.io/HypertextLiteral.jl/stable/
Licenses: Expat
Build system: julia
Synopsis: Julia library for the string interpolation of HTML and SVG
Description:

HypertextLiteral is a Julia package for generating HTML, SVG, and other SGML tagged content. It works similar to Julia string interpolation, only that it tracks hypertext escaping needs and provides handy conversions dependent upon context.

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-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-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-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-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-marchingcubes 0.1.8
Propagated dependencies: julia-precompiletools@1.1.2 julia-staticarrays@1.2.13
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaGeometry/MarchingCubes.jl
Licenses: Expat
Build system: julia
Synopsis: Efficient Implementation of Marching Cubes' Cases with Topological Guarantees
Description:

Julia port of Efficient Implementation of Marching Cubes' Cases with Topological Guarantees.

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-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-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.

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-lazyartifacts 1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPackaging/LazyArtifacts.jl
Licenses: Expat
Build system: julia
Synopsis: LazyArtifacts support for older versions of Julia
Description:

This is a wrapper package meant to bridge the gap for packages that want to use the LazyArtifacts stdlib as a dependency within packages that still support Julia versions older than 1.6.

julia-jwas 1.2.1
Propagated dependencies: julia-csv@0.10.4 julia-dataframes@1.3.6 julia-distributions@0.25.80 julia-forwarddiff@0.10.36 julia-progressmeter@1.11.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/reworkhow/JWAS.jl
Licenses: GPL 2
Build system: julia
Synopsis: Julia whole-genome analysis library
Description:

julia-jwas is an open-source software tool written in Julia for Bayesian multiple regression methods applied to genomic prediction and genome-wide association studies.

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-jlfzf 0.1.2
Propagated dependencies: julia-fzf-jll@0.35.1+0 julia-pipe@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/Moelf/JLFzf.jl
Licenses: Expat
Build system: julia
Synopsis: Julia bind to fzf fuzzy finder
Description:

Julia bind to fzf fuzzy finder.

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
Build system: julia
Synopsis: Non-iterable ranges
Description:

This package defines:

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

Total results: 580