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 specification for WebSocket connections.
This package provides a pure-Elixir HTTP server built for Plug & WebSock apps.
HTTP server built on top of Cowboy using (mostly) cowboy_rest handlers to serve useful endpoints for testing purposes. Its goal is to be as close as possible to HTTPBin.
This package provides a lib enabling dynamic favicons in Phoenix Live View applications.
This package provides con_cache, an ETS based key-value storage with support for row-level isolated writes, TTL auto-purge, and modification callbacks.
Within LiveView and HTML apps, Phoenix.View has fallen out of fashion in favor of Phoenix.Component. See the "Replaced by Phoenix.Component" section in the Phoenix.View module documentation for more information and migration steps.
If you want to render other formats, such as XML, Phoenix.View may still be a useful addition to your projects.
Error system to help make errors consistent across your system.
This package provides a set of WebSock adapters for common web servers.
This package provides an Elixir library to make file sizes human-readable.
Untangle provides alternatives for IO.inspect and the macros in Elixir's Logger to output code location information. It also provides a polyfill for dbg which was introduced in Elixir 1.14.
This package provides elixir-ex-ulid an implementation of Universally Unique Lexicographically Sortable Identifier (ULID).
This package provides nimble_ownership, an Elixir library to track ownership of resources across processes.
Traverse is a toolset to walk arbitrary Elixir Datastructures in a functional way.
This package provides a simple and modern Elixir socket server.
This package-provides elixir-accessible, a library providing Access behaviour for custom structs.
This library provides primitives for efficient parser combinators, allowing for higher-level combinators through composition.
This package provides a library for glob expressions.
This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.
This package provides a Mix task that gives you hints where to improve your inline docs.
This package implements low-level Gettext file handling (.po/.pot/.mo file writer and parser).
This package provides functions for working with calendar intervals.
Parser and generator are written in pure Elixir and optimized for speed. They are at least twice as fast as other Elixir/Erlang libraries (e.g. Poison). The performance is comparable to jiffy, which is implemented in C as a NIF.
This package provides elixir-sourceror, a library implementing utilities to work with Elixir source code.
This package provides mox, a library to mock and explicit contracts for Elixir.