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 math library with extended precision floats and complex types.
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.
This package provides a web server to run just the @bind parts of a Pluto.jl notebook.
This package provides basic arithmetic, integration, differentiation, evaluation, and root finding over dense univariate polynomials.
Julia port of Efficient Implementation of Marching Cubes' Cases with Topological Guarantees.
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.
This package provides an abstraction layer over the FreeType Julia module.
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 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
Advanced Unicode plotting library designed for use in Julia's REPL.
This package provides fixed-width string types for facilitating certain string workflows in Julia.
This package provides a wrapper for Rmath.
This is what I wish Base.BufferStream was.
BitFlag.jl provides an Enum-like type for bit flag option values.
An abstract package to be implemented by packages/people who create widgets (or other dingetjes) for Pluto.
This package provides a generic implementation of the marching squares algorithm for tracing contour curves on a scalar 2D field.
HTTP.jl is a Julia library for HTTP Messages, implementing both a client and a server.
This package offers a unicode transformation library.
Tricks.jl is an particularly cunning package that does tricks with the Julia edge system.
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.
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.
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 provides an enhancement to Julia piping syntax.