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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a wrapper for the libgcrypt library.
This package provides a wrapper for Zlib.
This package provides a wrapper for the cairo library.
This package provides a wrapper for the libxml2 library.
This package provides a wrapper for the libxkbcommon library.
This package provides a wrapper for the xkeyboard-config library.
This package provides a wrapper for the expat library.
This package provides a wrapper for the libxext library.
This package provides a wrapper for the libglvnd library.
This package provides a wrapper for the wayland library.
This package provides a wrapper for ffmpeg.
This package provides a wrapper for the pixman library.
This package provides a wrapper for the libxkbfile library.
This package provides a wrapper for the xcb-util-wm library.
This package provides a wrapper for the libx11 library.
This package provides a wrapper for the wayland-protocols library.
This package provides a wrapper for the libxinerama library.
This package provides a wrapper for Imagemagick.
This package provides a wrapper for the erfa library.
This package provides a wrapper for the glib library.
This package provides a wrapper for libass.
This package provides a wrapper for the libXrender library.
This package provides a function extrapolate that extrapolates a given function f(x) to f(x0), evaluating f only at a geometric sequence of points > x0 (or optionally < x0). The key algorithm is Richardson extrapolation using a Neville–Aitken tableau, which adaptively increases the degree of an extrapolation polynomial until convergence is achieved to a desired tolerance (or convergence stalls due to e.g. floating-point errors). This allows one to obtain f(x0) to high-order accuracy, assuming that f(x0+h) has a Taylor series or some other power series in h.
This package implements handy macros @recipe and @series which will define a custom transformation and attach attributes for user types. Its design is an attempt to simplify and generalize the summary and display of types and data from external packages. With this package it is possible to describe visualization routines that can be used as components in more complex visualizations.