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.
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.
BitFlag.jl provides an Enum-like type for bit flag option values.
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 provides basic arithmetic, integration, differentiation, evaluation, and root finding over dense univariate polynomials.
This package provides representations for infinity and negative infinity in Julia.
Makie is a data visualization ecosystem for the Julia programming language.
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.
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.
This package defines an interface for mathematical/statistical densities and objects associated with a density in Julia.
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.
This package provides a wrapper for Rmath.
Julia port of Efficient Implementation of Marching Cubes' Cases with Topological Guarantees.
This package provides the Observables type in Julia, which are like Refs but you can listen to changes.
Makie is a data visualization ecosystem for the Julia programming language.
LoggingExtras is designs around allowing you to build arbitrarily complicated systems for "log plumbing". That is to say basically routing logged information to different places. It is built around the idea of simple parts which are composed together, to allow for powerful and flexible definition of your logging system.
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's package manager stores package metadata in registries, which consist of TOML files in a directory structure.
Tricks.jl is an particularly cunning package that does tricks with the Julia edge system.
HTTP.jl is a Julia library for HTTP Messages, implementing both a client and a server.
This package provides an interface to invert functions in Julia.
Advanced Unicode plotting library designed for use in Julia's REPL.
PackageCompiler is a Julia package with two main purposes:
Creating custom sysimages for reduced latency when working locally with packages that has a high startup time.
Creating "apps" which are a bundle of files including an executable that can be sent and run on other machines without Julia being installed on that machine.
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.