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

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.


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-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-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-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-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-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-leftchildrightsiblingtrees 0.2.0
Propagated dependencies: julia-abstracttrees@0.4.3
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaCollections/LeftChildRightSiblingTrees.jl
Licenses: Expat
Build system: julia
Synopsis: Representation of a tree with arbitrary number of children/node
Description:

A left child, right sibling tree (frequently abbreviated as "LCRS") is a rooted tree data structure that allows a parent node to have multiple child nodes. Rather than maintain a list of children (which requires one array per node), instead it is represented as a binary tree, where the "left" branch is the first child, whose "right" branch points to its first sibling.

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

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

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

Total results: 580