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.
This package provides a wrapper for Rmath.
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...
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.
A small package to transform between file extensions and MIME types, with bonus features.
This package exports a macro @from, which can be used to import objects from files.
This package provides a wrapper for the git library.
Makie is a data visualization ecosystem for the Julia programming language.
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.
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.
This package offers a unicode transformation library.
CodeTracking can be thought of as an extension of Julia's InteractiveUtils library. It provides an interface for obtaining:
the strings and expressions of method definitions
the method signatures at a specific file & line number
location information for "dynamic" code that might have moved since it was first loaded
a list of files that comprise a particular package.
This package provides a web server to run just the @bind parts of a Pluto.jl notebook.
Julia package for probability distributions and associated functions. Particularly, Distributions implements:
Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other properties
Probability density/mass functions (pdf) and their logarithm (logpdf)
Moment generating functions and characteristic functions
Sampling from population or from a distribution
Maximum likelihood estimation
This package provides the Observables type in Julia, which are like Refs but you can listen to changes.
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.
Makie is a data visualization ecosystem for the Julia programming language.
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.
SnoopPrecompile is a small dependency used to effectively precompile code needed by your package, particularly on Julia 1.8 and higher.
An abstract package to be implemented by packages/people who create widgets (or other dingetjes) for Pluto.
This package provides fixed-width string types for facilitating certain string workflows in Julia.