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

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

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-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-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-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-cthulhu 1.6.1
Propagated dependencies: julia-codetracking@1.3.4 julia-foldingtrees@1.2.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaDebug/Cthulhu.jl
Licenses: Expat
Build system: julia
Synopsis: Slow descent into madness
Description:

Cthulhu can help you debug type inference issues by recursively showing the code_typed output until you find the exact point where inference gave up, messed up, or did something unexpected. Using the Cthulhu interface you can debug type inference problems faster.

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-timezones 1.5.9
Propagated dependencies: julia-mocking@0.7.3 julia-recipesbase@1.2.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaTime/TimeZones.jl
Licenses: Expat
Build system: julia
Synopsis: IANA time zone database access for Julia
Description:

IANA time zone database access for the Julia programming language. TimeZones.jl extends the Date/DateTime support for Julia to include a new time zone aware TimeType: ZonedDateTime.

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.

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

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

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

Total results: 579