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.
Mint is different from most Erlang and Elixir HTTP clients because it provides a process-less architecture. Instead, Mint is based on a functional and immutable data structure that represents an HTTP connection.
This data structure wraps a TCP or SSL socket. This allows for more fine-tailored architectures where the developer is responsible for wrapping the connection struct, such as having one process handle multiple connections or having different kinds of processes handle connections.
This package provides live-reload functionality for Phoenix.
This package provides elixir-phoenix-pubsub, a library implementing a distributed PubSub and Presence platform for the Phoenix Framework.
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 elixir-hpack, an implementation of the HPack protocol: a compression format for efficiently representing HTTP header fields, to be used in HTTP/2.
Elixir package for working with X.509 certificates, Certificate Signing Requests (CSRs), Certificate Revocation Lists (CRLs) and RSA/ECC key pairs.
This package provides a library that integrates Phoenix with Ecto, implementing all relevant protocols.
This package provides commands for manipulating the HTML Head of Phoenix Live View applications while minimizing data over the wire.
The available command actions support a variety of utility operations useful for HTML Head manipulation. Such as setting or removing tag attributes and adding or removing CSS classes.
A special feature is the use of the {dynamic} tag in values. This saves data over the wire by only sending the dynamic part of an attributes value.
Helper tools for making ecto interactions more pleasant and shorter.
Error system to help make errors consistent across your system.
This package provides a Plug adapter for Cowboy.
This package provides elixir-emote, a small library for converting emoticons and emoji names to emoji characters or images, including custom emoji.
Date, Time and DateTime localization, internationalization and formatting functions using the Common Locale Data Repository (CLDR).
This package provides a specification for WebSocket connections.
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 a code generation and project patching framework.
This package provides elixir-decorator, a library implementing function decorators for Elixir.
This package provides ham, a library to validate function arguments and return values against their typespecs.
This package provides mimic a mocking library for Elixir.
This package provides a module for avoiding global state in Elixir applications.
This package provides elixir-mime, a MIME type module for Elixir.
Provides a file system change watcher wrapper based on https://github.com/synrc/fs.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.
This package provides spitfire, an error resilient parser for Elixir.