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.
Visualizations using Pluto.jl notebooks.
Makie is a data visualization ecosystem for the Julia programming language.
This package provides a generic implementation of the marching squares algorithm for tracing contour curves on a scalar 2D field.
ProgressLogging.jl is a package for defining progress logs. It can be used to report progress of a loop/loops with time-consuming body.
This package reads all method signatures in a package and generates precompile directives for any concrete signature that it can find.
This package provides an interface package for StaticArrays.jl.
Makie is a data visualization ecosystem for the Julia programming language.
This package provides an archive of functions that emulate R's d-p-q-r functions for probability distributions. It is a wrapper around rmath for Julia.
This package provides an interface to invert functions in Julia.
HTTP.jl is a Julia library for HTTP Messages, implementing both a client and a server.
This package provides the Observables type in Julia, which are like Refs but you can listen to changes.
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.
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...
An abstract package to be implemented by packages/people who create widgets (or other dingetjes) for Pluto.
julia-progressmeter provides a progress meter for long-running computations.
This package provides a math library with extended precision floats and complex types.
Tricks.jl is an particularly cunning package that does tricks with the Julia edge system.
This package provides a wrapper for the git library.
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.
This package contains simple routines for finding roots, or zeros, of scalar functions of a single real variable using floating-point math.
This package helps to make html"<input>" a bit more native to Julia. Use it with the @bind macro in Pluto.
This package provides a wrapper for fzf.
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.
This package provides Openssl Julia bindings.