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 web server to run just the @bind parts of a Pluto.jl notebook.
An abstract package to be implemented by packages/people who create widgets (or other dingetjes) for Pluto.
Julia's package manager stores package metadata in registries, which consist of TOML files in a directory structure.
Julia port of Efficient Implementation of Marching Cubes' Cases with Topological Guarantees.
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.
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 package helps to make html"<input>" a bit more native to Julia. Use it with the @bind macro in Pluto.
This holds the common solve, init, step!, and solve! commands. By using the same definition, solver libraries from other completely different ecosystems can extend the functions and thus not clash with SciML if both ecosystems export the solve command. The rules are that you must dispatch on one of your own types.
This package provides an interface to invert functions in Julia.
This package exports a macro @from, which can be used to import objects from files.
This package offers a unicode transformation library.
Easy memoization for Julia.
This package defines:
AbstractInterval, along with its subtypes Interval and AnchoredInterval, and also Bound.
This package provides Openssl Julia bindings.
HTTP.jl is a Julia library for HTTP Messages, implementing both a client and a server.
HTTP.jl is a Julia library for HTTP Messages, implementing both a client and a server.
This package provides a wrapper for the git library.
This package provides a wrapper for fzf.
This package provides an enhancement to Julia piping syntax.
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.
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.
This package provides basic arithmetic, integration, differentiation, evaluation, and root finding over dense univariate polynomials.